Home
last modified time | relevance | path

Searched refs:CALLSTACK (Results 1 – 7 of 7) sorted by relevance

/plugin/combo/ComboStrap/
H A DTooltip.php16 public const CALLSTACK = "callstack"; define in ComboStrap\\Tooltip
44 $callStack = $tooltip[Tooltip::CALLSTACK] ?? null;
H A DCarrouselTag.php77 $templateCallStackInstructions = $templateEndCall->getPluginData(FragmentTag::CALLSTACK);
83 $templateEndCall->setPluginData(FragmentTag::CALLSTACK, $templateCallStack->getStack());
H A DFragmentTag.php12 public const CALLSTACK = "callstack"; define in ComboStrap\\FragmentTag
H A DGridTag.php275 $templateInstructions = $fragmentEndTag->getPluginData(FragmentTag::CALLSTACK);
453 $fragmentEndTag->setPluginData(FragmentTag::CALLSTACK, $callStackTemplate->getStack());
/plugin/combo/syntax/
H A Dfragment.php187 FragmentTag::CALLSTACK => $templateStack
217 $templateStack = $data[FragmentTag::CALLSTACK];
H A Dtooltip.php192 $attributes[Tooltip::CALLSTACK] = $toolTipCallStack;
H A Diterator.php274 $templateStack = $actualCall->getPluginData(FragmentTag::CALLSTACK);