Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DSnippetSystem.php392 function toHtml($scope): string function in ComboStrap\\SnippetSystem
417 return $this->toHtml(Snippet::ALL_SCOPE);
423 return $this->toHtml(Snippet::SLOT_SCOPE);
H A DBrandListTag.php94 $html .= Icon::createFromName($name, $iconAttributes)->toHtml();
H A DIcon.php121 public function toHtml(): string function in ComboStrap\\Icon
H A DIconTag.php87 ->toHtml();
H A DPageExplorerTag.php466 ->toHtml();
537 ->toHtml();
H A DIdentityFormsHelper.php258 ->toHtml();
H A DBrandTag.php140 ->toHtml();
H A DPageImageTag.php276 ->toHtml();
H A DLinkMarkup.php523 return Conversion::toHtml($email, true);
H A DMediaMarkup.php773 public function toHtml(): string function in ComboStrap\\MediaMarkup
/template/strap/ComboStrap/Tag/
H A DFollowTag.php89 $html .= Icon::createFromTagAttributes($iconAttributes)->toHtml();
H A DShareTag.php98 ->toHtml();
/template/strap/ComboStrap/Xml/
H A DXmlElement.php205 public function toHtml() function in ComboStrap\\Xml\\XmlElement
H A DXmlDocument.php759 public function toHtml() function in ComboStrap\\Xml\\XmlDocument