class PhpGeneratorDumper extends GeneratorDumper

PhpGeneratorDumper creates a PHP class able to generate URLs for a given set of routes.

Methods

__construct(RouteCollection $routes)

No description

getRoutes()

Gets the routes to dump.

string
dump(array $options = array())

Dumps a set of routes to a PHP class.

Details

__construct(RouteCollection $routes)

Parameters

RouteCollection $routes

RouteCollection getRoutes()

Gets the routes to dump.

Return Value

RouteCollection A RouteCollection instance

string dump(array $options = array())

Dumps a set of routes to a PHP class.

Available options:

  • class: The class name
  • base_class: The base class name

Parameters

array $options An array of options

Return Value

string Executable code