NavigationEntry
in package
Table of Contents
- $_raw : mixed
- $_templates : mixed
- __construct() : mixed
- Entry constructor.
- Raw() : mixed
- Templates() : array<string|int, NavigationEntryTemplate>|NavigationEntryTemplate|null
- Get template Get list or single template entry
Properties
$_raw
private
mixed
$_raw
$_templates
private
mixed
$_templates
= array()
Methods
__construct()
Entry constructor.
public
__construct(string $raw) : mixed
Parameters
- $raw : string
-
The parse result
Return values
mixed —Raw()
public
Raw() : mixed
Return values
mixed —Templates()
Get template Get list or single template entry
public
Templates([ $item = false ]) : array<string|int, NavigationEntryTemplate>|NavigationEntryTemplate|null