Class AlterEvent
Event class for the ICanBoogie\HTTP\RequestDispatcher::alter
event.
Event hooks may use this event to register domain dispatchers.
- ICanBoogie\Event
- ICanBoogie\HTTP\RequestDispatcher\AlterEvent
Methods summary
protected
|
|
protected
|
|
public
|
#
__construct(
The event is constructed with the type |
public
|
|
public
|
#
insert_before( string $id, mixed $dispatcher, string $reference )
Inserts a dispatcher before another. |
public
|
#
insert_after( string $id, mixed $dispatcher, string $reference )
Inserts a dispatcher after another. |
Properties summary
Magic properties
public
|
$instance
|