Home
last modified time | relevance | path

Searched refs:callStackHeaderInstructions (Results 1 – 3 of 3) sorted by relevance

/template/strap/ComboStrap/
DMarkupRenderUtility.php87 …public static function renderInstructionsToXhtml($callStackHeaderInstructions, array $contextData … argument
91 ->setRequestedInstructions($callStackHeaderInstructions)
105 …public static function renderInstructionsToXhtmlFromPage($callStackHeaderInstructions, MarkupPath … argument
107 …return self::renderInstructionsToXhtml($callStackHeaderInstructions, $renderingPageId->getMetadata…
DMarkupDynamicRender.php93 public function processInstructions($callStackHeaderInstructions): string argument
99 foreach ($callStackHeaderInstructions as $instruction) {
DPluginUtility.php1072 public static function renderInstructionsToXhtml($callStackHeaderInstructions): ?string argument
1074 return MarkupRenderUtility::renderInstructionsToXhtml($callStackHeaderInstructions);