EXTRA_LEFT
EXTRA_LEFT
The Horde_Tree_Renderer class contains constants and a factory for the tree renderers.
factory(string $renderer, array $params = array()) : \Horde_Tree
Attempts to return a concrete instance.
string | $renderer | Either the tree renderer driver or a full class name to use. |
array | $params | Any additional parameters the constructor needs. Either 'name' or 'tree' must be specified. Common parameters are:
|
The newly created concrete instance.