| [ 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: GeneratorDumperInterface - X-Ref
GeneratorDumperInterface is the interface that all generator 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 generate a URL of such a route. 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 |