class PhpGeneratorDumper extends GeneratorDumper
PhpGeneratorDumper creates a PHP class able to generate URLs for a given set of routes.
Methods
__construct(RouteCollection $routes) Constructor. | from GeneratorDumper | |
RouteCollection | getRoutes() Gets the routes to dump. | from GeneratorDumper |
string | dump(array $options = array()) Dumps a set of routes to a PHP class. |
Details
__construct(RouteCollection $routes)
Constructor.
RouteCollection getRoutes()
Gets the routes to dump.
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
Please login to continue.