PHP Class Metaregistrar\EPP\eppInfoContactResponse

Inheritance: extends Metaregistrar\EPP\eppInfoResponse
Show file Open project: metaregistrar/php-epp-client

Public Methods

Method Description
getContact ( ) : eppContact
getContactAuthInfo ( )
getContactCity ( )
getContactClientId ( ) : string
getContactCompanyname ( ) : string
getContactCountrycode ( )
getContactCreateClientId ( ) : string
getContactCreateDate ( ) : string
getContactDisclose ( )
getContactEmail ( ) : string
getContactFax ( ) : string
getContactId ( ) : string
getContactName ( ) : string
getContactPostalInfo ( ) : array
getContactPostalType ( ) : string
getContactProvince ( )
getContactRoid ( ) : string
getContactStatus ( ) : string
getContactStatusCSV ( ) : array
getContactStreet ( )
getContactUpdateClientId ( ) : string
getContactUpdateDate ( ) : string
getContactVoice ( ) : string
getContactZipcode ( )

Method Details

getContact() public method

public getContact ( ) : eppContact
return eppContact

getContactAuthInfo() public method

public getContactAuthInfo ( )

getContactCity() public method

public getContactCity ( )

getContactClientId() public method

public getContactClientId ( ) : string
return string client id

getContactCompanyname() public method

public getContactCompanyname ( ) : string
return string company_name

getContactCountrycode() public method

getContactCreateClientId() public method

public getContactCreateClientId ( ) : string
return string client id

getContactCreateDate() public method

public getContactCreateDate ( ) : string
return string create_date

getContactDisclose() public method

public getContactDisclose ( )

getContactEmail() public method

public getContactEmail ( ) : string
return string email_address

getContactFax() public method

public getContactFax ( ) : string
return string fax_telephone_number

getContactId() public method

public getContactId ( ) : string
return string contactid

getContactName() public method

public getContactName ( ) : string
return string contact_name

getContactPostalInfo() public method

public getContactPostalInfo ( ) : array
return array

getContactPostalType() public method

public getContactPostalType ( ) : string
return string postal type

getContactProvince() public method

public getContactProvince ( )

getContactRoid() public method

public getContactRoid ( ) : string
return string contact_resource_id

getContactStatus() public method

public getContactStatus ( ) : string
return string contact_status

getContactStatusCSV() public method

public getContactStatusCSV ( ) : array
return array of statuses

getContactStreet() public method

public getContactStreet ( )

getContactUpdateClientId() public method

public getContactUpdateClientId ( ) : string
return string client id

getContactUpdateDate() public method

public getContactUpdateDate ( ) : string
return string update_date

getContactVoice() public method

public getContactVoice ( ) : string
return string voice_telephone_number

getContactZipcode() public method

public getContactZipcode ( )