Home
last modified time | relevance | path

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

/template/strap/ComboStrap/Tag/
DShareTag.php87 $element = $brandButton->getHtmlElement($buttonAttributes);
136 … $element = $brandButton->getHtmlElement($brandButton->getHtmlAttributes($requestedPage));
/template/strap/ComboStrap/
DBrandListTag.php86 $buttonTag = $brandButton->getHtmlElement($brandTagAttributes);
DBrandButton.php695 public function getHtmlElement($tagAttributes): string function in ComboStrap\\BrandButton