PHP Class Metaregistrar\EPP\eppDomain

Afficher le fichier Open project: metaregistrar/php-epp-client Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

addContact() public méthode

public addContact ( eppContactHandle $contact ) : void
$contact eppContactHandle
Résultat void

addHost() public méthode

public addHost ( Metaregistrar\EPP\eppHost $host ) : void
$host Metaregistrar\EPP\eppHost
Résultat void

addSecdns() public méthode

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

addStatus() public méthode

public addStatus ( string $status )
$status string

generateRandomString() public static méthode

public static generateRandomString ( $length = 10 )

getAuthorisationCode() public méthode

public getAuthorisationCode ( ) : string
Résultat string

getContact() public méthode

public getContact ( string $type ) : eppContactHandle
$type string
Résultat eppContactHandle

getContactLength() public méthode

public getContactLength ( ) : integer
Résultat integer

getContacts() public méthode

public getContacts ( ) : array
Résultat array contactHandles

getDomainname() public méthode

public getDomainname ( ) : string
Résultat string domain_name

getHost() public méthode

public getHost ( integer $line = null ) : Metaregistrar\EPP\eppHost
$line integer
Résultat Metaregistrar\EPP\eppHost

getHostLength() public méthode

public getHostLength ( ) : integer
Résultat integer

getHosts() public méthode

public getHosts ( ) : array
Résultat array of eppHosts

getPassword() public méthode

public getPassword ( ) : string
Résultat string

getPeriod() public méthode

public getPeriod ( )

getPeriodUnit() public méthode

public getPeriodUnit ( ) : integer
Résultat integer

getRegistrant() public méthode

public getRegistrant ( ) : string
Résultat string registrant

getSecdns() public méthode

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

getSecdnsLength() public méthode

public getSecdnsLength ( )

getStatuses() public méthode

public getStatuses ( ) : string
Résultat string

setAuthorisationCode() public méthode

public setAuthorisationCode ( string $authorisationCode ) : void
$authorisationCode string
Résultat void

setDomainname() public méthode

public setDomainname ( string $domainname )
$domainname string

setPassword() public méthode

public setPassword ( $password ) : void
Résultat void

setPeriod() public méthode

public setPeriod ( $period )

setPeriodUnit() public méthode

public setPeriodUnit ( $periodunit )

setRegistrant() public méthode

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