NavigationEntryTemplate
in package
Table of Contents
- $_raw : mixed
- $attributes : mixed
- $nodes : mixed
- __construct() : mixed
- Entry constructor.
- ActiveClass() : mixed
- Level() : mixed
- Nodes() : array<string|int, mixed>
- The nodes with attributes A set of nodes with enriched attributes from template root
- OpenClass() : mixed
- Raw() : mixed
Properties
$_raw
private
mixed
$_raw
$attributes
private
mixed
$attributes
= array()
$nodes
private
mixed
$nodes
= array()
Methods
__construct()
Entry constructor.
public
__construct(string $raw) : mixed
Parameters
- $raw : string
-
The parse result
Return values
mixed —ActiveClass()
public
ActiveClass() : mixed
Return values
mixed —Level()
public
Level() : mixed
Return values
mixed —Nodes()
The nodes with attributes A set of nodes with enriched attributes from template root
public
Nodes() : array<string|int, mixed>
Return values
array<string|int, mixed> —OpenClass()
public
OpenClass() : mixed
Return values
mixed —Raw()
public
Raw() : mixed