$href), $attribs); if (!isset($text)) { $text = $href; } $content = $escape ? $this->view->escape($text) : $text; $html = '_htmlAttribs($attribs) . '>' . $content . ''; return $html; } }