Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DOutline.php91 private OutlineSection $actualSection; // the actual section that is created variable in ComboStrap\\Outline
143 $this->actualSection = $this->rootSection;
245 if ($this->actualSection->hasParent()) {
247 … $this->actualSection->setEndPosition($actualCall->getFirstMatchedCharacterPosition() - 1);
249 $actualSectionLevel = $this->actualSection->getLevel();
277 $this->actualSection->appendChild($newOutlineSection);
293 …SectionLevel) has the level ($newSectionLevel) but is parent ({$this->actualSection->getLabel()}) …
307 $parent = $this->actualSection->getParent();
325 $this->actualSection->appendChild($newOutlineSection);
333 $this->actualSection = $newOutlineSection;
[all …]