Documentation

Hermes_Application extends Horde_Registry_Application
in package

Table of Contents

$features  : mixed
$version  : mixed
download()  : mixed
menu()  : mixed
Responsible for building the top left menu entries of the sideBar in Basic view.
perms()  : mixed
sidebar()  : mixed
Add additional items to the sidebar. This is for the Basic view. For the Dynamic view @see Hermes_View_Sidebar
topbarCreate()  : mixed
_bootstrap()  : mixed
_doExport()  : mixed
Actually perform the export in the appropriate format.
_init()  : mixed

Properties

$features

public mixed $features = array('dynamicView' => rue)

Methods

download()

public download(Horde_Variables $vars) : mixed
Parameters
$vars : Horde_Variables
Return values
mixed

menu()

Responsible for building the top left menu entries of the sideBar in Basic view.

public menu(mixed $menu) : mixed
Parameters
$menu : mixed
Return values
mixed

perms()

public perms() : mixed
Return values
mixed

sidebar()

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) : mixed
Parameters
$sidebar : Horde_View_Sidebar

The sidebar object.

Return values
mixed

topbarCreate()

public topbarCreate(Horde_Tree_Renderer_Base $tree[, mixed $parent = null ][, array<string|int, mixed> $params = array() ]) : mixed
Parameters
$tree : Horde_Tree_Renderer_Base
$parent : mixed = null
$params : array<string|int, mixed> = array()
Return values
mixed

_bootstrap()

protected _bootstrap() : mixed
Return values
mixed

_doExport()

Actually perform the export in the appropriate format.

protected _doExport(string $format, array<string|int, mixed> $hours) : mixed
Parameters
$format : string

The format to export in.

$hours : array<string|int, mixed>

The data to export, as returned from Hermes::makeExportHours()

Return values
mixed

_init()

protected _init() : mixed
Return values
mixed

Search results