MatcherDumperInterface
interface MatcherDumperInterface
MatcherDumperInterface is the interface that all matcher dumper classes must implement.
Methods
string
dump(array $options = array())
Dumps a set of routes to a string representation of executable code that can then be used to match a request against these routes.
getRoutes()
Gets the routes to dump.
Details
at line line 31
string
dump(array $options = array())
Dumps a set of routes to a string representation of executable code that can then be used to match a request against these routes.
at line line 38
RouteCollection
getRoutes()
Gets the routes to dump.