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 PHP class. |
|
| RouteCollection |
getRoutes()
Gets the routes to match. |
Details
at line 33
public string
dump(array $options = array())
Dumps a set of routes to a PHP class.
Available options:
* class: The class name
* base_class: The base class name
at line 40
public RouteCollection
getRoutes()
Gets the routes to match.