Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherPageBundler.php23 private ?Outline $bundledOutline = null; variable in ComboStrap\\FetcherPageBundler
134 if (isset($this->bundledOutline)) {
135 return $this->bundledOutline;
146 return $this->bundledOutline;
305 if ($this->bundledOutline === null) {
306 $this->bundledOutline = $indexOutline;
308 Outline::merge($this->bundledOutline, $indexOutline, $actualLevel);
335 Outline::merge($this->bundledOutline, $outer, $actualLevel);