ManaPHP\Mvc\Router\Route::getPaths PHP 메소드

getPaths() 공개 메소드

Returns the paths
public getPaths ( ) : array
리턴 array
    public function getPaths()
    {
        return $this->_paths;
    }