Class Hooks
Methods summary
public static
synthesize_routes_config( array $fragments
)
: array
Synthesize the routes
config from routes
fragments.
Synthesize the routes
config from routes
fragments.
Parameters
$fragments
Returns
array
Throws
ICanBoogie\Routing\PatternNotDefined
if a pattern is missing from a route definition.
ICanBoogie\Routing\ControllerNotDefined
if a pattern is missing from a route definition.
ICanBoogie\Routing\ControllerNotDefined
if a controller is missing from a route definition and no location is defined.