Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DOutlineSection.php17 private array $headingCalls = []; variable in ComboStrap\\OutlineSection
129 $this->headingCalls[] = $actualCall;
136 foreach ($this->headingCalls as $call) {
179 return $this->headingCalls;
193 return array_merge($this->headingCalls, $this->contentCalls);
312 $headingExitCall = $this->headingCalls[count($this->headingCalls) - 1];