Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DOutlineSection.php33 private ?Call $headingEnterCall; variable in ComboStrap\\OutlineSection
50 * @param Call|null $headingEnterCall - null if the section is the root
52 private function __construct(Outline $outlineContext, Call $headingEnterCall = null) argument
55 $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 …]