LibCloud\Dns\Model\Zone::__construct PHP Method

__construct() public method

public __construct ( $id, $domain, $type, $ttl, $provider, $extra = [] )
    public function __construct($id, $domain, $type, $ttl, $provider, $extra = [])
    {
        $this->id = $id;
        $this->domain = $domain;
        $this->type = $type;
        $this->ttl = $ttl;
        $this->provider = $provider;
        $this->extra = $extra;
    }