PHP Class Hermes_Application, horde

Inheritance: extends Horde_Registry_Application
ファイルを表示 Open project: horde/horde

Public Properties

Property Type Description
$features
$version

Public Methods

Method Description
download ( Horde_Variables $vars )
menu ( $menu ) Responsible for building the top left menu entries of the sideBar in Basic view.
perms ( )
sidebar ( Horde_View_Sidebar $sidebar ) Add additional items to the sidebar. This is for the Basic view. For the Dynamic view @see Hermes_View_Sidebar
topbarCreate ( Horde_Tree_Renderer_Base $tree, $parent = null, array $params = [] )

Protected Methods

Method Description
_bootstrap ( )
_doExport ( string $format, array $hours ) Actually perform the export in the appropriate format.
_init ( )

Method Details

_bootstrap() protected method

protected _bootstrap ( )

_doExport() protected method

Actually perform the export in the appropriate format.
protected _doExport ( string $format, array $hours )
$format string The format to export in.
$hours array The data to export, as returned from Hermes::makeExportHours()

_init() protected method

protected _init ( )

download() public method

public download ( Horde_Variables $vars )
$vars Horde_Variables

menu() public method

Responsible for building the top left menu entries of the sideBar in Basic view.
public menu ( $menu )

perms() public method

public perms ( )

sidebar() public method

Add additional items to the sidebar. This is for the Basic view. For the Dynamic view @see Hermes_View_Sidebar
public sidebar ( Horde_View_Sidebar $sidebar )
$sidebar Horde_View_Sidebar The sidebar object.

topbarCreate() public method

public topbarCreate ( Horde_Tree_Renderer_Base $tree, $parent = null, array $params = [] )
$tree Horde_Tree_Renderer_Base
$params array

Property Details

$features public_oe property

public $features

$version public_oe property

public $version