Class Horde_Core_Block_Collection
This class provides an API to the blocks (applets) framework.
Copyright 2003-2012 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.
- Horde_Core_Block_Collection implements Serializable
Package: Core
Category: Horde
License: LGPL 2.1
Author: Mike Cochrane mike@graftonhall.co.nz
Author: Jan Schneider jan@horde.org
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Core/Block/Collection.php
Category: Horde
License: LGPL 2.1
Author: Mike Cochrane mike@graftonhall.co.nz
Author: Jan Schneider jan@horde.org
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Core/Block/Collection.php
public
|
|
public
array
|
|
public
|
|
public
|
|
public
array
|
|
public
string
|
|
public
string
|
#
getBlocksWidget( string $cur_app = null, string $cur_block = null, boolean $onchange = false, boolean $readonly = false )
Returns a select widget with all available blocks. |
public
TODO
|
|
public
TODO
|
#
getOptionRequired( mixed $app, mixed $block, mixed $param_id )
Returns whether the option is required or not. Defaults to true. |
public
TODO
|
|
public
TODO
|
#
getOptionsWidget( mixed $app, mixed $block, mixed $param_id, mixed $val = null )
Returns the widget necessary to configure this block. |
public
string
|
|
public
array
|
|
public
string
|
#
getParamName( string $app, string $block, string $param )
Returns the (clear text) name of the specified parameter. |
public
string
|
#
getDefaultValue( string $app, string $block, string $param )
Returns the default value of the specified parameter. |
public
boolean
|
#
isEditable( string $app, string $block )
Returns if the specified block is customizeable by the user. |
public
|
|
public
|