ICanBoogie
  • Documentation
  • API Reference
  • bind-routing master
Namespaces
  • ICanBoogie
    • Binding
      • Routing
Classes
  • BeforeSynthesizeRoutesEvent
  • Hooks
  • RouteDispatcherConstructor
  • SynthesizeRoutesEvent
Traits
  • ControllerBindings
  • CoreBindings
  • ForwardUndefinedPropertiesToApplication

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
Namespace: ICanBoogie\Binding\Routing
Located at BeforeSynthesizeRoutesEvent.php

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.


		
bind-routing master – Check on GitHub – API documentation generated by ApiGen