MenuEntry
class MenuEntry
Our class to generate menus
Properties
static | $SEPARATOR | The constant for a separator | |
$link | The link data | ||
$href | The place to go for a link | ||
$attr | Extra attributes |
Methods
__construct($link, $href = false, $attr = false)
Construct a menu entry from a link and href
Details
at line 40
__construct($link, $href = false, $attr = false)
Construct a menu entry from a link and href
at line 55
static MenuEntry
separator()
Construct a menu entry separator