interface GeneratorDumperInterface
GeneratorDumperInterface is the interface that all generator 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 generate a URL of such a route. |
|
| RouteCollection |
getRoutes()
Gets the routes to dump. |
Details
at line 33
public string
dump(array $options = array())
Dumps a set of routes to a string representation of executable code that can then be used to generate a URL of such a route.
at line 40
public RouteCollection
getRoutes()
Gets the routes to dump.