Orpheus

MenuItem
in package

Class MenuItem

Table of Contents

Properties

$current  : bool
$active  : bool
$label  : string
$link  : string
$route  : string|null

Methods

__construct()  : mixed
__get()  : mixed
getLabel()  : string
getLink()  : string
getRoute()  : string|null
isActive()  : bool
setActive()  : static
setLabel()  : static
setLink()  : static
setRoute()  : static

Properties

$route

protected string|null $route = null

Methods

__construct()

public __construct(string $link, string $label) : mixed
Parameters
$link : string
$label : string

__get()

public __get(string $key) : mixed
Parameters
$key : string

getLabel()

public getLabel() : string
Return values
string
public getLink() : string
Return values
string

getRoute()

public getRoute() : string|null
Return values
string|null

isActive()

public isActive() : bool
Return values
bool

setActive()

public setActive(bool $active) : static
Parameters
$active : bool
Return values
static

setLabel()

public setLabel(string $label) : static
Parameters
$label : string
Return values
static
public setLink(string $link) : static
Parameters
$link : string
Return values
static

setRoute()

public setRoute(string $route) : static
Parameters
$route : string
Return values
static

							
On this page

Search results