Searched refs:isFragment (Results 1 – 5 of 5) sorted by relevance
| /template/strap/action/ |
| H A D | instructionspostprocessing.php | 77 $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 D | Outline.php | 95 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 D | FetcherMarkup.php | 376 if ($this->isFragment()) { 1084 public function isFragment(): bool function in ComboStrap\\FetcherMarkup
|
| H A D | ExecutionContext.php | 822 if ($markupHandler->isFragment()) {
|
| /template/strap/ComboStrap/Tag/ |
| H A D | BarTag.php | 44 ->isFragment();
|