class RdapResponse extends Collection (View source)

Properties

protected $collection_key
string[] $description
int $errorCode
protected $jsonResponseType
protected $jsonResponseDataType
string $lang
protected $noticesType
protected $noticesDataType
string[] $rdapConformance
string $title

Methods

setDescription($description)

No description

string[]
getDescription()

No description

setErrorCode($errorCode)

No description

int
getErrorCode()

No description

setJsonResponse(HttpBody $jsonResponse)

No description

getJsonResponse()

No description

setLang($lang)

No description

string
getLang()

No description

setNotices($notices)

No description

Notice[]
getNotices()

No description

setRdapConformance($rdapConformance)

No description

string[]
getRdapConformance()

No description

setTitle($title)

No description

string
getTitle()

No description

Details

setDescription($description)

No description

Parameters

$description

string[] getDescription()

No description

Return Value

string[]

setErrorCode($errorCode)

No description

Parameters

$errorCode

int getErrorCode()

No description

Return Value

int

setJsonResponse(HttpBody $jsonResponse)

No description

Parameters

HttpBody $jsonResponse

HttpBody getJsonResponse()

No description

Return Value

HttpBody

setLang($lang)

No description

Parameters

$lang

string getLang()

No description

Return Value

string

setNotices($notices)

No description

Parameters

$notices

Notice[] getNotices()

No description

Return Value

Notice[]

setRdapConformance($rdapConformance)

No description

Parameters

$rdapConformance

string[] getRdapConformance()

No description

Return Value

string[]

setTitle($title)

No description

Parameters

$title

string getTitle()

No description

Return Value

string