Autarky\Routing\Events\AbstractRouteEvent::getRoute PHP 메소드

getRoute() 공개 메소드

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