[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 39 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Interface: MatcherDumperInterface - X-Ref
MatcherDumperInterface is the interface that all matcher dumper classes must implement.dump(array $options = array() X-Ref |
Dumps a set of routes to a string representation of executable code that can then be used to match a request against these routes. param: array $options An array of options return: string Executable code |
getRoutes() X-Ref |
Gets the routes to dump. return: RouteCollection A RouteCollection instance |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |