PHP Класс Metaregistrar\EPP\eppDomain

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( $domainname, eppContact $registrant = null, $contacts = null, $hosts = null, $period, string $authorisationCode = null )
addContact ( eppContactHandle $contact ) : void
addHost ( Metaregistrar\EPP\eppHost $host ) : void
addSecdns ( Metaregistrar\EPP\eppSecdns $secdns )
addStatus ( string $status )
generateRandomString ( $length = 10 )
getAuthorisationCode ( ) : string
getContact ( string $type ) : eppContactHandle
getContactLength ( ) : integer
getContacts ( ) : array
getDomainname ( ) : string
getHost ( integer $line = null ) : Metaregistrar\EPP\eppHost
getHostLength ( ) : integer
getHosts ( ) : array
getPassword ( ) : string
getPeriod ( )
getPeriodUnit ( ) : integer
getRegistrant ( ) : string
getSecdns ( integer $row = null ) : Metaregistrar\EPP\eppSecdns | null | array
getSecdnsLength ( )
getStatuses ( ) : string
setAuthorisationCode ( string $authorisationCode ) : void
setDomainname ( string $domainname )
setPassword ( $password ) : void
setPeriod ( $period )
setPeriodUnit ( $periodunit )
setRegistrant ( string | eppContactHandle $registrant )

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

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

public __construct ( $domainname, eppContact $registrant = null, $contacts = null, $hosts = null, $period, string $authorisationCode = null )
$registrant eppContact
$authorisationCode string

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

public addContact ( eppContactHandle $contact ) : void
$contact eppContactHandle
Результат void

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

public addHost ( Metaregistrar\EPP\eppHost $host ) : void
$host Metaregistrar\EPP\eppHost
Результат void

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

public addSecdns ( Metaregistrar\EPP\eppSecdns $secdns )
$secdns Metaregistrar\EPP\eppSecdns

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

public addStatus ( string $status )
$status string

generateRandomString() публичный статический Метод

public static generateRandomString ( $length = 10 )

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

public getAuthorisationCode ( ) : string
Результат string

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

public getContact ( string $type ) : eppContactHandle
$type string
Результат eppContactHandle

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

public getContactLength ( ) : integer
Результат integer

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

public getContacts ( ) : array
Результат array contactHandles

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

public getDomainname ( ) : string
Результат string domain_name

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

public getHost ( integer $line = null ) : Metaregistrar\EPP\eppHost
$line integer
Результат Metaregistrar\EPP\eppHost

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

public getHostLength ( ) : integer
Результат integer

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

public getHosts ( ) : array
Результат array of eppHosts

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

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

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

public getPeriod ( )

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

public getPeriodUnit ( ) : integer
Результат integer

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

public getRegistrant ( ) : string
Результат string registrant

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

public getSecdns ( integer $row = null ) : Metaregistrar\EPP\eppSecdns | null | array
$row integer
Результат Metaregistrar\EPP\eppSecdns | null | array

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

public getSecdnsLength ( )

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

public getStatuses ( ) : string
Результат string

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

public setAuthorisationCode ( string $authorisationCode ) : void
$authorisationCode string
Результат void

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

public setDomainname ( string $domainname )
$domainname string

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

public setPassword ( $password ) : void
Результат void

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

public setPeriod ( $period )

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

public setPeriodUnit ( $periodunit )

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

public setRegistrant ( string | eppContactHandle $registrant )
$registrant string | eppContactHandle