class PhpGeneratorDumper extends GeneratorDumper
PhpGeneratorDumper creates a PHP class able to generate URLs for a given set of routes.
| __construct(RouteCollection $routes) | 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. |
| RouteCollection | $routes |
Gets the routes to dump.
| RouteCollection | A RouteCollection instance |
Dumps a set of routes to a PHP class.
Available options:
| array | $options | An array of options |
| string | Executable code |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.html