Class BeforeRenderEvent
Event fired before the view is rendered.
-
ICanBoogie\Event
-
Icybee\Modules\Views\View\BeforeRenderEvent
Methods summary
public
|
#
__construct( Icybee\Modules\Views\View $target, array $payload )
Creates an event and fires it immediately.
Creates an event and fires it immediately.
If the event's target is specified its class is used to prefix the event
type. For example, if the event's target is an instance of
ICanBoogie\Operation and the event type is process the
final event type will be ICanBoogie\Operation::process .
Parameters
- $target
mixed $target The target of the event.
- $payload
string $type The event type.
Throws
PropertyIsReserved in attempt to specify a reserved property with the payload.
Overrides
|
__get()
,
chain()
,
stop()
Magic methods summary
Properties summary
$profiling
$stopped
,
$target
,
$used
,
$used_by