Class BeforeActionEvent
Event class for the ICanBoogie\Routing\Controller::action:before
event.
Event hooks may use this event to alter the controller before the action is invoked, or provide a result and thus cancel the action.
- ICanBoogie\Event
- ┗ ICanBoogie\Routing\Controller\BeforeActionEvent
Methods summary
public
__construct( ICanBoogie\Routing\Controller
$target
, string & $result
)
The event is constructed with the type self::TYPE.