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