PHP Class Horde_Core_Factory_Topbar, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Core_Factory_Base
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
create ( string $treeRenderer, array $rendererParams ) : Horde_Core_Topbar Returns a Horde_Core_Topbar instance.

Method Details

create() public method

Returns a Horde_Core_Topbar instance.
public create ( string $treeRenderer, array $rendererParams ) : Horde_Core_Topbar
$treeRenderer string The name of a Horde_Tree renderer.
$rendererParams array Any parameters for the rendere.
return Horde_Core_Topbar The requested instance.