[ Index ] |
PHP Cross Reference of phpBB-3.3.14-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 = []) 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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |