Home
last modified time | relevance | path

Searched refs:isFragment (Results 1 – 5 of 5) sorted by relevance

/template/strap/action/
H A Dinstructionspostprocessing.php77 $isFragment = $fetcherMarkup->isFragment() === true;
100 $isFragment = true;
114 $isFragment = false;
128 if ($isFragment) {
147 $outline = Outline::createFromCallStack($callStack, $executingMarkupPath, $isFragment);
/template/strap/ComboStrap/
H A DOutline.php95 private bool $isFragment; variable in ComboStrap\\Outline
101 …* @param bool $isFragment - needed to control the structure of the outline (if this is a preview, …
104 …public function __construct(CallStack $callStack, MarkupPath $markup = null, bool $isFragment = fa… argument
109 $this->isFragment = $isFragment;
118 …* @param bool $isFragment - needed to control the structure of the outline (if this is a preview, …
121 …omCallStack(CallStack $callStack, MarkupPath $markupPath = null, bool $isFragment = false): Outline argument
123 return new Outline($callStack, $markupPath, $isFragment);
289 if (!$this->isFragment) {
321 if (!$this->isFragment) {
H A DFetcherMarkup.php376 if ($this->isFragment()) {
1084 public function isFragment(): bool function in ComboStrap\\FetcherMarkup
H A DExecutionContext.php822 if ($markupHandler->isFragment()) {
/template/strap/ComboStrap/Tag/
H A DBarTag.php44 ->isFragment();