[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 118 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 = []) 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 |
No description |
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 = [], $referenceType = self::ABSOLUTE_PATH) X-Ref |
No description |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |