$_apps
$_apps : array
List of apps to load blocks from.
This class provides an API to the blocks (applets) framework.
Copyright 2003-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
getLayoutManager() : \Horde_Core_Block_Layout_Manager
Return the layout manager for this collection.
Layout manager object.
getBlock(string $app, string $name, array $params = null) : \Horde_Core_Block
Gets a block object.
string | $app | Application name. |
string | $name | The Block's classname. |
array | $params | Parameters. If null, the stored parameters will be used. |
Block object.
getBlocksWidget(string $cur_app = null, string $cur_block = null, boolean $onchange = false, boolean $readonly = false) : string
Returns a select widget with all available blocks.
string | $cur_app | The block from this application gets selected. |
string | $cur_block | The block with this name gets selected. |
boolean | $onchange | Include the onchange action |
boolean | $readonly | Indicates if this block type is changeable. |
The select tag with all available blocks.
getDefaultValue(string $app, string $block, string $param) : string
Returns the default value of the specified parameter.
string | $app | An application name. |
string | $block | A block name. |
string | $param | A parameter name. |
The default value of the specified parameter or null.