PHP Класс Metaregistrar\EPP\eppContactHandle

This will hold the complete contact info the provider can receive and give you
Показать файл Открыть проект

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

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

getContactHandle() публичный Метод

Gets the contact handle
public getContactHandle ( ) : string
Результат string

getContactType() публичный Метод

Gets the contact handle
public getContactType ( ) : string
Результат string

getPassword() публичный Метод

Gets the password
public getPassword ( ) : string
Результат string

setContactHandle() публичный Метод

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

setContactType() публичный Метод

Sets the contact type
public setContactType ( string $contactType ) : void
$contactType string
Результат void

setPassword() публичный Метод

**NOTE** This is not used by at the moment, but they do require it to be given
public setPassword ( string $password ) : void
$password string
Результат void