Class SynthesizeRoutesEvent
Event class for the routing.synthesize_routes
event.
Third parties may use this event to alter the synthesized configuration before it is
returned by the synthesizer.
-
ICanBoogie\Event
-
┗
ICanBoogie\Binding\Routing\SynthesizeRoutesEvent
Methods summary
public
__construct( array & $routes
)
The event is constructed with the type collect
.
The event is constructed with the type collect
.
Parameters
$routes
- The route collection.
Properties summary
public
$routes
: array
Reference to route definitions.
Reference to route definitions.