Class FormBlock
Base class for form type blocks.
- ICanBoogie\Object implements ICanBoogie\ToArrayRecursive uses ICanBoogie\ToArrayRecursiveTrait, ICanBoogie\PrototypeTrait
- Icybee\FormBlock
Direct known subclasses
Indirect known subclasses
Icybee\Modules\Articles\EditBlock
,
Icybee\Modules\Comments\ConfigBlock
,
Icybee\Modules\Nodes\EditBlock
,
Icybee\Modules\Pages\EditBlock
,
Icybee\Modules\Search\ConfigBlock
,
Icybee\Modules\Sites\EditBlock
,
Icybee\Modules\Taxonomy\Terms\EditBlock
,
Icybee\Modules\Taxonomy\Vocabulary\EditBlock
,
Icybee\Modules\Users\ConfigBlock
,
Icybee\Modules\Users\EditBlock
,
Icybee\Modules\Users\Roles\EditBlock
,
Icybee\Modules\Comments\EditBlock
,
Icybee\Modules\Contents\ConfigBlock
,
Icybee\Modules\Contents\EditBlock
,
Icybee\Modules\Files\ConfigBlock
,
Icybee\Modules\Files\EditBlock
,
Icybee\Modules\Forms\EditBlock
,
Icybee\Modules\Images\EditBlock
,
Icybee\Modules\Members\EditBlock
Methods summary
protected static
|
|
public
|
|
abstract protected
boolean
|
|
abstract protected
|
|
protected
array
|
|
public
|
|
public
string
|
|
protected
array
|
|
protected
array
|
#
alter_attributes( array $attributes, array $params )
Alters the attributes of the |
protected
|
#
fire_before_alter_attributes( array $payload )
Fires the |
protected
|
#
fire_alter_attributes( array $payload )
Fires the |
protected
array
|
|
protected
array
|
|
protected
|
#
fire_before_alter_values( array $payload )
Fires the |
protected
|
#
fire_alter_values( array $payload )
Fires the |
protected
array
|
|
protected
array
|
#
alter_children( array $children, array $params )
Alters the children for the |
protected
|
#
fire_before_alter_children( array $payload )
Fires the |
protected
|
#
fire_alter_children( array $payload )
Fires the |
protected
array
|
|
protected
array
|
#
alter_actions( array $actions, array $params )
Alters the actions for the |
protected
|
#
fire_before_alter_actions( array $payload )
Fires the |
protected
|
#
fire_alter_actions( array $payload )
Fires the |
protected
|
|
protected
|
Methods inherited from ICanBoogie\Object
from()
,
resolve_facade_properties()
,
resolve_private_properties()
,
to_array()
,
to_json()
Methods inherited from ICanBoogie\ToArrayRecursive
Methods used from ICanBoogie\ToArrayRecursiveTrait
Methods used from ICanBoogie\PrototypeTrait
__call()
,
__get()
,
__set()
,
__sleep()
,
__wakeup()
,
get_prototype()
,
has_method()
,
has_property()
,
last_chance_get()
,
last_chance_set()
Magic methods summary
Properties summary
protected
|
$module |
#
Module requesting the block. |
protected
array
|
$initial_attributes |
#
Attributes provided during construct. |
Magic properties
public
array
|
$actions |
|
#
The actions for the |
public
array
|
$attributes |
|
#
The attributes for the |
public
|
$element |
|
#
The |
public
array
|
$values |
|
#
The values for the |