PHP Class Hermes_Application, horde

Inheritance: extends Horde_Registry_Application
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$features
$version

Méthodes publiques

Méthode 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 = [] )

Méthodes protégées

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

Method Details

_bootstrap() protected méthode

protected _bootstrap ( )

_doExport() protected méthode

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 méthode

protected _init ( )

download() public méthode

public download ( Horde_Variables $vars )
$vars Horde_Variables

menu() public méthode

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

perms() public méthode

public perms ( )

sidebar() public méthode

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 méthode

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