\FastRouteDataGenerator

Summary

Methods
Constants
addRoute()
getData()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

addRoute()

addRoute(string  $httpMethod, array  $routeData, mixed  $handler) 

Adds a route to the data generator. The route data uses the same format that is returned by RouterParser::parser().

The handler doesn't necessarily need to be a callable, it can be arbitrary data that will be returned when the route matches.

Parameters

string $httpMethod
array $routeData
mixed $handler

getData()

getData() 

Returns dispatcher data in some unspecified format, which depends on the used method of dispatch.