| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 122 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
PhpGeneratorDumper:: (5 methods):
dump()
__construct()
generateDeclaredRoutes()
generateGenerateMethod()
generate()
Class: PhpGeneratorDumper - X-Ref
PhpGeneratorDumper creates a PHP class able to generate URLs for a given set of routes.| dump(array $options = array() X-Ref |
| Dumps a set of routes to a PHP class. Available options: * class: The class name * base_class: The base class name param: array $options An array of options return: string A PHP class representing the generator class |
| __construct(RequestContext \$context, LoggerInterface \$logger = null) X-Ref |
| Constructor. |
| generateDeclaredRoutes() X-Ref |
| Generates PHP code representing an array of defined routes together with the routes properties (e.g. requirements). return: string PHP code |
| generateGenerateMethod() X-Ref |
| Generates PHP code representing the `generate` method that implements the UrlGeneratorInterface. return: string PHP code |
| generate($name, $parameters = array() X-Ref |
| No description |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |