phprs\Router::addRoutes PHP 메소드

addRoutes() 공개 메소드

public addRoutes ( string $apis_dir, string $class = null, string $method = null ) : void
$apis_dir string
$class string
$method string
리턴 void
    public function addRoutes($apis_dir, $class = null, $method = null)
    {
        $this->loadRoutes($this->routes, $apis_dir, $class, $method);
    }