Class Transip_DomainCheckResult
This class holds the data for one result item of a multi availability check.
Package: Transip
Author: TransIP (support@transip.nl)
Class: DomainCheckResult
Located at DomainCheckResult.php
Author: TransIP (support@transip.nl)
Class: DomainCheckResult
Located at DomainCheckResult.php
string |
STATUS_INYOURACCOUNT
|
'inyouraccount' |
|
string |
STATUS_UNAVAILABLE
|
'unavailable' |
|
string |
STATUS_NOTFREE
|
'notfree' |
|
string |
STATUS_FREE
|
'free' |
|
string |
STATUS_INTERNALPULL
|
'internalpull' |
|
string |
STATUS_INTERNALPUSH
|
'internalpush' |
|
string |
ACTION_REGISTER
|
'register' |
|
string |
ACTION_TRANSFER
|
'transfer' |
|
string |
ACTION_INTERNALPULL
|
'internalpull' |
|
string |
ACTION_INTERNALPUSH
|
'internalpush' |
public
string;
|
$domainName |
|
|
public
string
|
$status |
|
#
The status for this domain, one of the Transip_DomainService::AVAILABILITY_* constants. |
public
string[]
|
$actions |
|
#
List of available actions to perform on this domain |