__construct()
__construct(array $config = array())
Constructor.
Parameters
array | $config | Configuration key-value pairs. |
This is a view of the application-specific sidebar.
Useful properties:
Copyright 2012-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL-2). If you did not receive this file, see http://www.horde.org/licenses/lgpl.
addRow(array $row, string $container = '')
Adds a row to the sidebar.
If containers/sections are not added explicitly to the view through the "containers" property, these rows will be used instead.
array | $row | A hash with the row information. Possible values:
|
string | $container | If using multiple sidebar sections, the ID of the section to add the row to. Sections will be rendered in the order of their first usage. |