Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DToc.php27 private ?array $tocData = null; variable in ComboStrap\\Toc
65 if ($this->tocData === null) {
71 $toc = $this->tocData;
233 return $conf['tocminheads'] && count($this->tocData) >= $conf['tocminheads'];
251 $this->tocData = $value;
264 return $this->tocData !== null;
299 $this->tocData = $value;
317 if ($this->tocData === null) {
320 return $this->tocData;