PhalconRest\Export\Postman\ApiCollection::__construct PHP Method

__construct() public method

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