PHP Class Sesha_Application, horde

Inheritance: extends Horde_Registry_Application
Datei anzeigen Open project: horde/horde

Public Properties

Property Type Description
$highlight string Explicitly sets which class to highlight in the sidebar
$version string The application's version.

Public Methods

Method Description
menu ( Horde_Menu $menu )
perms ( )
sidebar ( Horde_View_Sidebar $sidebar ) Add additional items to the sidebar.

Method Details

menu() public method

public menu ( Horde_Menu $menu )
$menu Horde_Menu A menu object

perms() public method

public perms ( )

sidebar() public method

Add additional items to the sidebar.
public sidebar ( Horde_View_Sidebar $sidebar )
$sidebar Horde_View_Sidebar The sidebar object.

Property Details

$highlight public_oe property

Explicitly sets which class to highlight in the sidebar
public string $highlight
return string

$version public_oe property

The application's version.
public string $version
return string