Phlyty\Route::route PHP Method

route() public method

Get the actual route interface
public route ( ) : Zend\Mvc\Router\RouteInterface
return Zend\Mvc\Router\RouteInterface
    public function route()
    {
        return $this->route;
    }