element->getLinkSrc(); $text = $this->element->getLinkName(); if ($text == '') { $text = $url; } $html = ''; if (!$this->withoutP) { $html .= "
" . PHP_EOL; } $html .= "{$text}" . PHP_EOL; if (!$this->withoutP) { $html .= "
" . PHP_EOL; } return $html; } }