Home
last modified time | relevance | path

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

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