Home
last modified time | relevance | path

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

/plugin/combo/syntax/
H A Dtoc.php143 ->toXhtml();
/plugin/combo/ComboStrap/
H A DToc.php60 public function toXhtml(): string function in ComboStrap\\Toc
H A DSnippetSystem.php78 $xhtmlContent .= $snippet->toXhtml();
H A DTemplateForWebPage.php609 $model['toc-html'] = $this->getTocOrDefault()->toXhtml();
688 $model['head-html'] .= Snippet::getOrCreateFromComponentId("toast", Snippet::EXTENSION_JS)->toXhtml();
H A DSnippet.php1109 public function toXhtml(): string function in ComboStrap\\Snippet
H A DMarkupPath.php950 public function toXhtml(): string function in ComboStrap\\MarkupPath
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php210 public function toXhtml() function in ComboStrap\\Xml\\XmlElement
H A DXmlDocument.php323 public function toXhtml(DOMElement $element = null): string function in ComboStrap\\Xml\\XmlDocument