23 public function end();
35 public function node($label,
int $parameter = null, $lp = null) :
TOCBuilder;
48 public function item(
string $label,
int $parameter, $state = null,
bool $current =
false) :
TOCBuilder;
node($label, int $parameter=null, $lp=null)
Build a sub tree in the TOC.
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.
end()
Finish building the TOC.