MatcherDumperInterface is the interface that all matcher dumper classes must implement.
@author Fabien Potencier <fabien@symfony.com>
Expanded class hierarchy of MatcherDumperInterface
All classes that implement MatcherDumperInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MatcherDumperInterface:: |
public | function | Dumps a set of routes to a string representation of executable code that can then be used to match a request against these routes. | 3 |
MatcherDumperInterface:: |
public | function | Gets the routes to dump. | 2 |