Autarky\Routing\RouterInterface::getRoute PHP Méthode

getRoute() public méthode

Given a route name, get the route object.
public getRoute ( string $name ) : Route
$name string
Résultat Route
    public function getRoute($name);