\Horde_Core_Topbar

Generates the Horde topbar.

Summary

Methods
Properties
Constants
__construct()
getTree()
getHash()
No public properties found
No constants found
_sortByName()
$_generated
$_tree
N/A
No private methods found
No private properties found
N/A

Properties

$_generated

$_generated : \Horde_Tree_Base

Has the tree been generated?

Type

\Horde_Tree_Base

$_tree

$_tree : \Horde_Tree_Renderer_Base

A tree object for the main menu.

Type

\Horde_Tree_Renderer_Base

Methods

__construct()

__construct(  $treeRenderer,   $rendererParams) 

Constructor.

Parameters

$treeRenderer
$rendererParams

getTree()

getTree() : \Horde_Tree_Renderer_Base

Generates the topbar tree object.

Returns

\Horde_Tree_Renderer_Base —

The topbar tree object.

getHash()

getHash() : string

Get the hash ID for the tree object.

Returns

string —

Hash ID.

_sortByName()

_sortByName(string  $a,   $b) : integer

Helper method for uasort to sort applications by name.

Parameters

string $a
$b

Returns

integer