Home
last modified time | relevance | path

Searched refs:asHtmlLink (Results 1 – 3 of 3) sorted by path

/dokuwiki/inc/Menu/
H A DAbstractMenu.php91 $html .= $item->asHtmlLink(false, $svg);
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php157 public function asHtmlLink($classprefix = 'menuitem ', $svg = true)
155 public function asHtmlLink($classprefix = 'menuitem ', $svg = true) { global() function in dokuwiki\\Menu\\Item\\AbstractItem
/dokuwiki/inc/Ui/
H A DLogin.php70 $registerLink = (new Register())->asHtmlLink('', $this->showIcon);
75 $resendPwLink = (new Resendpwd())->asHtmlLink('', $this->showIcon);