MenuSet
class MenuSet
Our class to capture a set of top menus
A top menu looks like
Home Left Left Right Right
Properties
$home | The Home Menu | ||
$left | The Left Menu | ||
$right | The Right Menu |
Methods
string
export($pretty = false)
Export a menu to JSON
static The
import($json_str)
Import a menu from JSON
Details
at line 39
MenuSet
setHome($link, $href)
Set the Home Menu
at line 55
MenuSet
addLeft($link, $href, $push = false, $attr = false)
Add an entty to the Left Menu
at line 73
MenuSet
addRight($link, $href, $push = true, $attr = false)
Add an entty to the Right Menu
at line 88
string
export($pretty = false)
Export a menu to JSON
at line 108
static The
import($json_str)
Import a menu from JSON