Phlyty\AppEvent::getRoute PHP Method

getRoute() public method

Retrieve matched route
public getRoute ( ) : null | Route
return null | Route
    public function getRoute()
    {
        return $this->route;
    }