PhalconRest\Export\Documentation::__construct PHP Méthode

__construct() public méthode

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