Home
last modified time | relevance | path

Searched refs:createLink (Results 1 – 1 of 1) sorted by relevance

/template/strap/ComboStrap/
H A DHistoricalBreadcrumbMenuItem.php96 …$html = $this->createLink($actualPageId, $actualPageName, self::HISTORICAL_BREADCRUMB_NAME . "-hom…
102 $html .= $this->createLink($id, $name);
147 public function createLink($id, $name, $class = null): string function in ComboStrap\\HistoricalBreadcrumbMenuItem