Searched refs:renderInstructionsToXhtml (Results 1 – 5 of 5) sorted by relevance
87 …public static function renderInstructionsToXhtml($callStackHeaderInstructions, array $contextData … function in ComboStrap\\MarkupRenderUtility107 …return self::renderInstructionsToXhtml($callStackHeaderInstructions, $renderingPageId->getMetadata…
123 …$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…
47 $title = PluginUtility::renderInstructionsToXhtml($callStack);
1072 public static function renderInstructionsToXhtml($callStackHeaderInstructions): ?string function in ComboStrap\\PluginUtility1074 return MarkupRenderUtility::renderInstructionsToXhtml($callStackHeaderInstructions);
225 … $renderer->doc .= MarkupRenderUtility::renderInstructionsToXhtml($templateStack, $metadata);