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 | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.1/Symfony/Component/Routing/Matcher/Dumper/DumperRoute.html