Searched refs:OutlineSection (Results 1 – 6 of 6) sorted by relevance
6 class OutlineSection extends TreeNode class85 public static function createOutlineRoot(Outline $outlineContext): OutlineSection87 return new OutlineSection($outlineContext, null);103 …tatic function createFromEnterHeadingCall(Outline $outline, Call $enterHeadingCall): OutlineSection105 return new OutlineSection($outline, $enterHeadingCall);108 public function getFirstChild(): OutlineSection117 public function addContentCall(Call $actualCall): OutlineSection126 public function addHeaderCall(Call $actualCall): OutlineSection155 public function setStartPosition(int $startPosition): OutlineSection161 public function setEndPosition(int $endFileIndex): OutlineSection[all …]
26 * @var OutlineSection The last section to be printed28 private OutlineSection $lastSectionToBePrinted;89 * @param OutlineSection $outlineSection95 …private function toHtmlSectionOutlineCallsRecurse(OutlineSection $outlineSection, array &$totalCom…226 …function addSectionEditButtonComboFormatIfNeeded(OutlineSection $outlineSection, int $sectionSeque…250 private function getIsLastSectionToBePrinted(OutlineSection $outlineSection): bool256 * @return OutlineSection - the last section to be printed258 private function getLastSectionToBePrinted(): OutlineSection263 private function getLastSectionToBePrintedRecurse(OutlineSection $section): OutlineSection303 private function getAdCall(OutlineSection $outlineSection): ?Call
89 private OutlineSection $rootSection;91 private OutlineSection $actualSection; // the actual section that is created141 $this->rootSection = OutlineSection::createOutlineRoot($this)267 $newOutlineSection = OutlineSection::createFromEnterHeadingCall($this, $actualCall);453 public function getRootOutlineSection(): OutlineSection647 $collectCalls = function (OutlineSection $outlineSection) use (&$totalInstructionCalls) {661 …$collectCalls = function (OutlineSection $outlineSection) use (&$totalInstructionCalls, &$sectionS…751 $collectTableOfContent = function (OutlineSection $outlineSection) use (&$tableOfContent) {791 $collectCalls = function (OutlineSection $outlineSection) use (&$totalInstructionCalls) {
76 $fragment = OutlineSection::textToHtmlSectionId($fragment);105 $fragment = OutlineSection::textToHtmlSectionId($fragment);
190 $fragment = OutlineSection::textToHtmlSectionId($fragment);338 $fragment = OutlineSection::textToHtmlSectionId($fragment);
243 $h1Section = OutlineSection::createFromEnterHeadingCall($outline, $enterHeading)