class MatcherDumper implements MatcherDumperInterface

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

Methods

__construct(RouteCollection $routes)

Constructor.

getRoutes()

Gets the routes to dump.

Details

at line line 33
__construct(RouteCollection $routes)

Constructor.

Parameters

RouteCollection $routes The RouteCollection to dump

at line line 41
RouteCollection getRoutes()

Gets the routes to dump.

Return Value

RouteCollection A RouteCollection instance