Lines Matching defs:toc
62 private Toc $toc;
308 * Main toc element is not a slot
608 $model['toc-class'] = Toc::getClass();
609 $model['toc-html'] = $this->getTocOrDefault()->toXhtml();
653 * Note that head tag may be added during rendering and must be then called after rendering and toc
734 if (isset($this->toc)) {
737 * bundle pages can create a toc for multiples pages
739 return $this->toc;
744 LogUtility::error("We have a found an inconsistency. The context path is a directory and does have therefore no toc but the template ($this) has a toc.");
1063 function setToc(Toc $toc): TemplateForWebPage
1065 $this->toc = $toc;