PhalconRest\Export\Documentation::__construct PHP Метод

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

public __construct ( $name, $basePath )
    public function __construct($name, $basePath)
    {
        $this->name = $name;
        $this->basePath = $basePath;
    }