Autarky\Routing\Events\RouteMatchedEvent::setRoute PHP Method

setRoute() public method

Set the route, replacing the original one.
public setRoute ( Route $route )
$route Autarky\Routing\Route
    public function setRoute(Route $route)
    {
        $this->route = $route;
    }
RouteMatchedEvent