Searched refs:Toc (Results 1 – 9 of 9) sorted by relevance
22 class Toc extends Metadata class30 public static function createForRequestedPage(): Toc44 public static function createFromGlobalVariable(): Toc50 return (new Toc())54 public static function createEmpty(): Toc56 return new Toc();236 public static function createForPage($page): Toc238 return (new Toc())246 public function setValue($value): Toc
65 private Toc $toc;609 $model['toc-class'] = Toc::getClass();732 function getTocOrDefault(): Toc748 return Toc::createForPage($markup);1064 function setToc(Toc $toc): TemplateForWebPage
606 $tocSelector = "." . Toc::getClass() . " ul";878 Toc::createForPage($this->markupPath)
106 $toc = Toc::createEmpty()
361 …ternalError("Unable to the the maxseclevel as integer. Error: {$e->getMessage()}", Toc::CANONICAL);
4 use ComboStrap\Toc; alias51 $toc = Toc::createForRequestedPage()
16 use ComboStrap\Toc; alias142 $tocHtml = Toc::createForRequestedPage()
5 class Toc extends Tag class
9 use ComboStrap\Toc; alias