Phlyty\Route::route PHP Метод

route() публичный Метод

Get the actual route interface
public route ( ) : Zend\Mvc\Router\RouteInterface
Результат Zend\Mvc\Router\RouteInterface
    public function route()
    {
        return $this->route;
    }