Symfony2 API
Class

Symfony\Component\Routing\Matcher\Dumper\MatcherDumper

abstract class MatcherDumper implements MatcherDumperInterface

MatcherDumper is the abstract class for all built-in matcher dumpers.

Methods

__construct(RouteCollection $routes)

Constructor.

RouteCollection getRoutes()

Gets the routes to dump.

Details

at line 33
public __construct(RouteCollection $routes)

Constructor.

Parameters

RouteCollection $routes The RouteCollection to dump

at line 41
public RouteCollection getRoutes()

Gets the routes to dump.

Return Value

RouteCollection A RouteCollection instance