[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/routing/Generator/Dumper/ -> PhpGeneratorDumper.php (summary)

(no description)

File Size: 118 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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
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 = array()   X-Ref
No description



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1