Autarky\Routing\Events\AbstractRouteEvent::getRoute PHP Method

getRoute() public method

Get the route instance.
public getRoute ( ) : Route
return Autarky\Routing\Route
    public function getRoute()
    {
        return $this->route;
    }