PHP Class Metaregistrar\EPP\eppDomain

显示文件 Open project: metaregistrar/php-epp-client Class Usage Examples

Public Methods

Method Description
__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 )

Method Details

__construct() public method

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

addContact() public method

public addContact ( eppContactHandle $contact ) : void
$contact eppContactHandle
return void

addHost() public method

public addHost ( Metaregistrar\EPP\eppHost $host ) : void
$host Metaregistrar\EPP\eppHost
return void

addSecdns() public method

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

addStatus() public method

public addStatus ( string $status )
$status string

generateRandomString() public static method

public static generateRandomString ( $length = 10 )

getAuthorisationCode() public method

public getAuthorisationCode ( ) : string
return string

getContact() public method

public getContact ( string $type ) : eppContactHandle
$type string
return eppContactHandle

getContactLength() public method

public getContactLength ( ) : integer
return integer

getContacts() public method

public getContacts ( ) : array
return array contactHandles

getDomainname() public method

public getDomainname ( ) : string
return string domain_name

getHost() public method

public getHost ( integer $line = null ) : Metaregistrar\EPP\eppHost
$line integer
return Metaregistrar\EPP\eppHost

getHostLength() public method

public getHostLength ( ) : integer
return integer

getHosts() public method

public getHosts ( ) : array
return array of eppHosts

getPassword() public method

public getPassword ( ) : string
return string

getPeriod() public method

public getPeriod ( )

getPeriodUnit() public method

public getPeriodUnit ( ) : integer
return integer

getRegistrant() public method

public getRegistrant ( ) : string
return string registrant

getSecdns() public method

public getSecdns ( integer $row = null ) : Metaregistrar\EPP\eppSecdns | null | array
$row integer
return Metaregistrar\EPP\eppSecdns | null | array

getSecdnsLength() public method

public getSecdnsLength ( )

getStatuses() public method

public getStatuses ( ) : string
return string

setAuthorisationCode() public method

public setAuthorisationCode ( string $authorisationCode ) : void
$authorisationCode string
return void

setDomainname() public method

public setDomainname ( string $domainname )
$domainname string

setPassword() public method

public setPassword ( $password ) : void
return void

setPeriod() public method

public setPeriod ( $period )

setPeriodUnit() public method

public setPeriodUnit ( $periodunit )

setRegistrant() public method

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