Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DOutlineSection.php65 if ($this->getLevel() === 1) {
206 function getLevel(): int function in ComboStrap\\OutlineSection
267 $level = $this->getLevel();
324 $child->setLevel($parentSection->getLevel() + 1);
H A DOutlineVisitor.php101 array(HeadingTag::LEVEL => $outlineSection->getLevel()),
126 if ($captureHeaderMeta && $outlineSection->getLevel() === 0) {
130 if ($h1Section->getLevel() === 1) {
H A DOutline.php249 $actualSectionLevel = $this->actualSection->getLevel();
474 $firstInnerSectionLevel = $firstInnerSection->getLevel();
665 array($outlineSection->getLevel()),
761 'level' => $outlineSection->getLevel()
822 if ($firstChild->getLevel() === 1) {
842 if ($this->markupPath != null && $outlineSection->getLevel() === 1) {
H A DFetcherPageBundler.php205 if ($firstChild->getLevel() >= 2) {