Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DMarkupRenderUtility.php87 …public static function renderInstructionsToXhtml($callStackHeaderInstructions, array $contextData … function in ComboStrap\\MarkupRenderUtility
107 …return self::renderInstructionsToXhtml($callStackHeaderInstructions, $renderingPageId->getMetadata…
H A DPageExplorerTag.php123 …$listItemContent = MarkupRenderUtility::renderInstructionsToXhtml($pageInstructions, $page->getMet…
409 …$returnedXhtml .= MarkupRenderUtility::renderInstructionsToXhtml($indexInstructions, $currentIndex…
455 …$returnedXhtml .= MarkupRenderUtility::renderInstructionsToXhtml($parentInstructions, $parentPage-…
527 …$returnedXhtml .= MarkupRenderUtility::renderInstructionsToXhtml($namespaceInstructions, $subNames…
763 …$html .= MarkupRenderUtility::renderInstructionsToXhtml($namespaceInstructions, $subHomePage->getM…
H A DTooltip.php47 $title = PluginUtility::renderInstructionsToXhtml($callStack);
H A DPluginUtility.php1072 public static function renderInstructionsToXhtml($callStackHeaderInstructions): ?string function in ComboStrap\\PluginUtility
1074 return MarkupRenderUtility::renderInstructionsToXhtml($callStackHeaderInstructions);
/plugin/combo/syntax/
H A Dfragment.php225 … $renderer->doc .= MarkupRenderUtility::renderInstructionsToXhtml($templateStack, $metadata);