\Skeleton_Application

Skeleton application API.

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

Summary

Methods
Properties
Constants
menu()
sidebar()
topbarCreate()
$version
No constants found
_bootstrap()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$version

$version : 

Type

Methods

menu()

menu(  $menu) 

Adds items to the sidebar menu.

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

Parameters

$menu

Horde_Menu The sidebar menu.

sidebar()

sidebar(\Horde_View_Sidebar  $sidebar) 

Adds additional items to the sidebar.

Parameters

\Horde_View_Sidebar $sidebar

The sidebar object.

topbarCreate()

topbarCreate(\Horde_Tree_Renderer_Base  $tree, string  $parent = null, array  $params = array()) 

Add node(s) to the topbar tree.

Parameters

\Horde_Tree_Renderer_Base $tree

Tree object.

string $parent

The current parent element.

array $params

Additional parameters.

Throws

\Horde_Exception

_bootstrap()

_bootstrap()