PHP Interface Spatie\Menu\Item

Datei anzeigen Open project: spatie/menu

Public Methods

Method Description
isActive ( ) : boolean Determine whether the item is active or not.
render ( ) : string Render the item in html.

Method Details

isActive() public method

Determine whether the item is active or not.
public isActive ( ) : boolean
return boolean

render() public method

Render the item in html.
public render ( ) : string
return string