PHP Class Metaregistrar\EPP\eppContactHandle

This will hold the complete contact info the provider can receive and give you
Show file Open project: metaregistrar/php-epp-client

Public Methods

Method Description
__construct ( string $contactHandle, string $contactType = null )
getContactHandle ( ) : string Gets the contact handle
getContactType ( ) : string Gets the contact handle
getPassword ( ) : string Gets the password
setContactHandle ( string $contactHandle ) Set the handle of the desired contact
setContactType ( string $contactType ) : void Sets the contact type
setPassword ( string $password ) : void Sets the password

Method Details

__construct() public method

public __construct ( string $contactHandle, string $contactType = null )
$contactHandle string
$contactType string

getContactHandle() public method

Gets the contact handle
public getContactHandle ( ) : string
return string

getContactType() public method

Gets the contact handle
public getContactType ( ) : string
return string

getPassword() public method

Gets the password
public getPassword ( ) : string
return string

setContactHandle() public method

Set the handle of the desired contact
public setContactHandle ( string $contactHandle )
$contactHandle string

setContactType() public method

Sets the contact type
public setContactType ( string $contactType ) : void
$contactType string
return void

setPassword() public method

**NOTE** This is not used by at the moment, but they do require it to be given
public setPassword ( string $password ) : void
$password string
return void