W3cubDocs

/Symfony 2.8

Symfony\Component\Routing\Generator\Dumper\GeneratorDumper

abstract class GeneratorDumper implements GeneratorDumperInterface

GeneratorDumper is the base class for all built-in generator dumpers.

Methods

__construct(RouteCollection $routes)

Constructor.

RouteCollection getRoutes()

Gets the routes to dump.

Details

public __construct(RouteCollection $routes)

Constructor.

Parameters

RouteCollection $routes The RouteCollection to dump

public RouteCollection getRoutes()

Gets the routes to dump.

Return Value

RouteCollection A RouteCollection instance

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.html