Class RenderEvent
Event class for the Icybee\Modules\Forms\Form::render
event.
- ICanBoogie\Event
- Icybee\Modules\Forms\Form\RenderEvent
Namespace: Icybee\Modules\Forms\Form
Located at vendor/icanboogie-modules/forms/lib/activerecords/form.php
Located at vendor/icanboogie-modules/forms/lib/activerecords/form.php
Methods summary
public
|
#
__construct(
The event is created with the type |
Methods inherited from ICanBoogie\Event
Magic methods summary
Properties summary
public
string
|
$html |
#
Reference to the HTML resulting of the rendering. |
public
|
$form |
#
The form to render. |
public
string
|
$before |
#
The HTML content before the form. |
public
string
|
$after |
#
The HTML content after the form. |