Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DMarkupRenderUtility.php82 * @param $callStackHeaderInstructions
87 public static function renderInstructionsToXhtml($callStackHeaderInstructions, array $contextData = null): string argument
91 ->setRequestedInstructions($callStackHeaderInstructions)
105 public static function renderInstructionsToXhtmlFromPage($callStackHeaderInstructions, MarkupPath $renderingPageId): string argument
107 return self::renderInstructionsToXhtml($callStackHeaderInstructions, $renderingPageId->getMetadataForRendering());
H A DMarkupDynamicRender.php93 public function processInstructions($callStackHeaderInstructions): string argument
99 foreach ($callStackHeaderInstructions as $instruction) {
H A DPluginUtility.php1072 public static function renderInstructionsToXhtml($callStackHeaderInstructions): ?string argument
1074 return MarkupRenderUtility::renderInstructionsToXhtml($callStackHeaderInstructions);