interface MatcherDumperInterface
MatcherDumperInterface is the interface that all matcher dumper classes must implement.
string | dump(array $options = array()) Dumps a set of routes to a string representation of executable code that can then be used to match a request against these routes. | |
RouteCollection | getRoutes() Gets the routes to 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.
array | $options | An array of options |
string | Executable code |
Gets the routes to dump.
RouteCollection | A RouteCollection instance |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.html