Class Transip_Domain
This class models a Domain
public
|
#
__construct( string $name, Nameserver[] $nameservers = array(), WhoisContact[] $contacts = array(), DnsEntry[] $dnsEntries = array(), DomainBranding $branding = null )
Constructs a new Domain |
public
string
|
$name | '' |
|
public
|
$nameservers | array() |
#
The list of nameservers (with optional gluerecords) for this domain |
public
|
$contacts | array() |
#
The list of WhoisContacts for this domain |
public
|
$dnsEntries | array() |
#
The list of DnsEntries for this domain |
public
|
$branding |
|
#
The branding for this domain, some Tlds support additional whois- and transfer-branding which will be stored in this variable. Even if a Tld does not support branding, it will always be stored in this variable for consistency. |
public
string
|
$authCode | '' |
#
The authcode for this domain as generated by the registry. Read-only. |
public
boolean
|
$isLocked | false |
#
If this domain supports locking, this flag is true when the domain is locked at the registry, false if not. Read-only. |
public
string
|
$registrationDate | '' |
#
Registration date of the domain, in YYYY-mm-dd format. Read-only. |
public
string
|
$renewalDate | '' |
#
Next renewal date of the domain, in YYYY-mm-dd format. Read-only. |