MatcherDumperInterface
in
MatcherDumperInterface is the interface that all matcher dumper classes must implement.
Tags
Table of Contents
- dump() : string
- 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() : RouteCollection
- Gets the routes to dump.
Methods
dump()
Dumps a set of routes to a string representation of executable code that can then be used to match a request against these routes.
public
dump([array<string|int, mixed> $options = [] ]) : string
Parameters
- $options : array<string|int, mixed> = []
Return values
string —getRoutes()
Gets the routes to dump.
public
getRoutes() : RouteCollection