description = ""; } public function getCode() { $html = parent::getCode(); $content = $this->getAccountContent(); $icon = $this->createIcon("user-plus", "fas", "fa-3x"); $html .= "
$icon

$this->title

$this->description

$content
"; return $html; } protected abstract function getAccountContent(); }