Class AlterEvent
Base class for the alter events of the FormBlock class.
- ICanBoogie\Event
-
Icybee\FormBlock\AlterEvent
Direct known subclasses
Icybee\EditBlock\AlterEvent,
Icybee\FormBlock\AlterActionsEvent,
Icybee\FormBlock\AlterAttributesEvent,
Icybee\FormBlock\AlterChildrenEvent,
Icybee\FormBlock\AlterValuesEvent,
Icybee\FormBlock\BeforeAlterActionsEvent,
Icybee\FormBlock\BeforeAlterAttributesEvent,
Icybee\FormBlock\BeforeAlterChildrenEvent,
Icybee\FormBlock\BeforeAlterValuesEvent
Indirect known subclasses
Icybee\EditBlock\AlterActionsEvent,
Icybee\EditBlock\AlterAttributesEvent,
Icybee\EditBlock\AlterChildrenEvent,
Icybee\EditBlock\AlterValuesEvent,
Icybee\EditBlock\BeforeAlterActionsEvent,
Icybee\EditBlock\BeforeAlterAttributesEvent,
Icybee\EditBlock\BeforeAlterChildrenEvent,
Icybee\EditBlock\BeforeAlterValuesEvent
Methods summary
Methods inherited from ICanBoogie\Event
__construct(),
__get(),
chain(),
stop()
Magic methods summary
Properties summary
public
|
$module |
#
The module creating the block. |
public
array
|
$attributes |
#
Reference to the attributes for the Form element. |
public
array
|
$actions |
#
Reference to the actions for the Form element. |
public
array
|
$children |
#
Reference to the children for the Form element. |
public
array
|
$values |
#
Reference to the values for the Form element. |