Class Routes
The route collection.
Initial routes are collected from the "routes" config.
Event: ICanBoogie\Routes::collect:before
Third parties may use the event ICanBoogie\Routes\BeforeCollectEvent
to alter
the configuration fragments before they are synthesized. The event is fired
during ICanBoogie\Routes::__construct()
.
Event: ICanBoogie\Routes::collect
Third parties may use the event ICanBoogie\Routes\CollectEvent
to alter the
routes read from the configuration. The event is fired during ICanBoogie\Routes::__construct()
.
- ICanBoogie\Routes implements IteratorAggregate, ArrayAccess
Methods summary
public static
|
|
protected
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public static
|
|
public
|
|
protected
array
|
|
public
|
Magic methods summary
Properties summary
protected static
mixed
|
$instance | |
protected
array
|
$routes | |
protected
array
|
$instances | |
protected
string
|
$default_route_class |