DumperRoute
class DumperRoute
Container for a Route.
Methods
| __construct(string $name, Route $route) | ||
| string | getName() Returns the route name. | |
| Route | getRoute() Returns the route. |
Details
__construct(string $name, Route $route)
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 |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.html