Lines Matching refs:markupPath
94 private ?MarkupPath $markupPath = null; variable in ComboStrap\\Outline
107 $this->markupPath = $markup;
117 …* @param MarkupPath|null $markupPath - needed to store the parsed toc, h1, ... (null if the markup…
121 …public static function createFromCallStack(CallStack $callStack, MarkupPath $markupPath = null, bo… argument
123 return new Outline($callStack, $markupPath, $isFragment);
486 $childOuterSection->updatePageLinkToInternal($inner->markupPath);
630 public static function createFromMarkupPath(MarkupPath $markupPath): Outline argument
632 $path = $markupPath->getPathObject();
641 return new Outline($callStack, $markupPath);
842 if ($this->markupPath != null && $outlineSection->getLevel() === 1) {
849 PageH1::createForPage($this->markupPath)->setDefaultValue($label);
873 if (!isset($this->markupPath)) {
878 Toc::createForPage($this->markupPath)
889 return $this->markupPath;
912 if ($this->markupPath !== null) {
913 $contextPath = $this->markupPath->getPathObject()->toWikiPath();