3 declare(strict_types=1);
    26     public function end();
    38     public function node(
string $label, 
int $parameter = null, 
int $lp = null): 
TOCBuilder;
    51     public function item(
string $label, 
int $parameter, $state = null, 
bool $current = 
false): 
TOCBuilder;
 
Build a nested table of contents for the view. 
 
item(string $label, int $parameter, $state=null, bool $current=false)
Build an entry in the TOC. 
 
node(string $label, int $parameter=null, int $lp=null)
Build a sub tree in the TOC. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
end()
Finish building the TOC.