Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DCarrouselTag.php79 … $templateCallStack = CallStack::createFromInstructions($templateCallStackInstructions);
H A DMarkupRenderer.php84 public static function createFromInstructions($instructions): MarkupRenderer function in ComboStrap\\MarkupRenderer
H A DOutline.php519 $callStack = CallStack::createFromInstructions($instructions);
640 $callStack = CallStack::createFromInstructions($instructions);
H A DFetcherPageBundler.php85 $mainContent = MarkupRenderer::createFromInstructions($instructionsCalls)
H A DFetcherMarkup.php1132 …return Outline::createFromCallStack(CallStack::createFromInstructions($this->getInstructions()))->…
1146 $callStack = CallStack::createFromInstructions($instructions);
H A DGridTag.php276 $callStackTemplate = CallStack::createFromInstructions($templateInstructions);
H A DCallStack.php199 public static function createFromInstructions(?array $callStackArray): CallStack function in ComboStrap\\CallStack
/template/strap/syntax/
H A Diterator.php493 … $templateCallStack = CallStack::createFromInstructions($iteratorTemplateInstructions);