Documentation

MatcherDumperInterface

MatcherDumperInterface is the interface that all matcher dumper classes must implement.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

dump()  : string
Dumps a set of routes to a string representation of executable code that can then be used to match a request against these routes.
getRoutes()  : RouteCollection
Gets the routes to dump.

Methods

dump()

Dumps a set of routes to a string representation of executable code that can then be used to match a request against these routes.

public dump([array<string|int, mixed> $options = [] ]) : string
Parameters
$options : array<string|int, mixed> = []
Return values
string

Search results