PhalconRest\Export\Documentation::__construct PHP Method

__construct() public method

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