Documentation

Application extends Horde_Registry_Application
in package

Skeleton application API.

This class defines Horde's core API interface. Other core Horde libraries can interact with Skeleton through this API.

Tags
author

Your Name you@example.com

category

Horde

copyright

2010-2021 Horde LLC

license

http://www.horde.org/licenses/gpl GPL

Table of Contents

$version  : mixed
menu()  : void
Adds items to the sidebar menu.
sidebar()  : void
Adds additional items to the sidebar.
topbarCreate()  : mixed
Add node(s) to the topbar tree.
_bootstrap()  : void

Properties

Methods

menu()

Adds items to the sidebar menu.

public menu(Horde_Menu $menu) : void

Simple sidebar menu entries go here. More complex entries are added in the sidebar() method.

Parameters
$menu : Horde_Menu

The sidebar menu.

Return values
void

sidebar()

Adds additional items to the sidebar.

public sidebar(Horde_View_Sidebar $sidebar) : void
Parameters
$sidebar : Horde_View_Sidebar

The sidebar object.

Return values
void

topbarCreate()

Add node(s) to the topbar tree.

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

Tree object.

$parent : string = null

The current parent element.

$params : array<string|int, mixed> = []

Additional parameters.

Tags
throws
HordeException
Return values
mixed

_bootstrap()

protected _bootstrap() : void
Return values
void

Search results