Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DOutline.php89 private OutlineSection $rootSection; variable in ComboStrap\\Outline
141 $this->rootSection = OutlineSection::createOutlineRoot($this)
143 $this->actualSection = $this->rootSection;
455 return $this->rootSection;
653 TreeVisit::visit($this->rootSection, $collectCalls);
719 TreeVisit::visit($this->rootSection, $collectCalls);
765 TreeVisit::visit($this->rootSection, $collectTableOfContent);
803 TreeVisit::visit($this->rootSection, $collectCalls);
817 $firstChild = $this->rootSection->getFirstChild();