PHP Class Menu_Objective, atk4

Inheritance: extends View
显示文件 Open project: atk4/atk4 Class Usage Examples

Public Properties

Property Type Description
$app App_Web
$current_menu_class
$owner View

Public Methods

Method Description
addMenuItem ( $page, $label = null )
addSubMenu ( string $name ) : self
init ( ) }}}
isCurrent ( $href )

Method Details

addMenuItem() public method

public addMenuItem ( $page, $label = null )

addSubMenu() public method

public addSubMenu ( string $name ) : self
$name string
return self

init() public method

}}}
public init ( )

isCurrent() public method

public isCurrent ( $href )

Property Details

$app public_oe property

public App_Web $app
return App_Web

$current_menu_class public_oe property

public $current_menu_class

$owner public_oe property

public View $owner
return View