Class BeforeSynthesizeRoutesEvent
Event class for the routing.synthesize_routes:before
event.
Third parties may use this event to alter the configuration fragments before they are
synthesized.
-
ICanBoogie\Event
-
┗
ICanBoogie\Binding\Routing\BeforeSynthesizeRoutesEvent
Methods summary
public
__construct( array & $fragments
)
The event is constructed with the type routing.synthesize_routes:before
.
The event is constructed with the type routing.synthesize_routes:before
.
Parameters
$fragments
- Reference to the fragments to alter.
Properties summary
public
$fragments
: array
Reference to the configuration fragments.
Reference to the configuration fragments.