Searched refs:headingEnterCall (Results 1 – 1 of 1) sorted by relevance
33 private ?Call $headingEnterCall; variable in ComboStrap\\OutlineSection50 * @param Call|null $headingEnterCall - null if the section is the root52 private function __construct(Outline $outlineContext, Call $headingEnterCall = null) argument55 $this->headingEnterCall = $headingEnterCall;56 if ($headingEnterCall !== null) {57 $position = $headingEnterCall->getFirstMatchedCharacterPosition();63 $this->addHeaderCall($headingEnterCall);70 if ($this->headingEnterCall->getTagName() == 'header') {71 if (count($this->headingEnterCall->getAttributes()) == 3) {72 $this->headingEnterCall->setAttribute(3, false);[all …]