Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Tag/
H A DShareTag.php77 $buttonAttributes = $brandButton->getHtmlAttributes($requestedPage)
136 $element = $brandButton->getHtmlElement($brandButton->getHtmlAttributes($requestedPage));
/plugin/combo/ComboStrap/
H A DBrandListTag.php85 $brandTagAttributes = $brandButton->getHtmlAttributes($page);
H A DBrandTag.php254 $tagAttributes->mergeWithCallStackArray($brandButton->getHtmlAttributes()->toCallStackArray());
H A DSnippet.php739 public function getHtmlAttributes(): array function in ComboStrap\\Snippet
989 $tagAttributes = TagAttributes::createFromCallStackArray($this->getHtmlAttributes())
H A DBrandButton.php546 function getHtmlAttributes(MarkupPath $requestedPage = null): TagAttributes function in ComboStrap\\BrandButton