DumperRoute

class DumperRoute

Container for a Route.

Methods

__construct(string $name, Route $route)

Constructor.

string getName()

Returns the route name.

Route getRoute()

Returns the route.

Details

__construct(string $name, Route $route)

Constructor.

Parameters

string $name The route name
Route $route The route

string getName()

Returns the route name.

Return Value

string The route name

Route getRoute()

Returns the route.

Return Value

Route The route
doc_Symfony
2016-10-28 06:14:47
Comments
Leave a Comment

Please login to continue.