Property | Type | Description | |
---|---|---|---|
$app | App_Web | ||
$current_menu_class | |||
$inactive_menu_class | |||
$owner | View |
Property | Type | Description | |
---|---|---|---|
$items | |||
$last_item |
Method | Description | |
---|---|---|
addMenuItem ( $label, $href = null ) | ||
addSeparator ( $template = null ) | *function insertMenuItem($index,$label,$href=null){ $tail=array_slice($this->data,$index); $this->data=array_slice($this->data,0,$index); $this->addMenuItem($label,$href); $this->data=array_merge($this->data,$tail); return $this; } | |
defaultTemplate ( ) | ||
init ( ) | }}} | |
isCurrent ( $href ) | ||
setController ( $controller ) |
Method | Description | |
---|---|---|
getDefaultHref ( $label ) |
public addSeparator ( $template = null ) |