PHP Class Metaregistrar\EPP\eppPollResponse

Inheritance: extends eppResponse
Afficher le fichier Open project: metaregistrar/php-epp-client

Méthodes publiques

Méthode Description
__construct ( )
__destruct ( )
getDomainActionClientId ( )
getDomainActionDate ( )
getDomainExpirationDate ( )
getDomainName ( )
getDomainRequestClientId ( )
getDomainRequestDate ( )
getDomainTrStatus ( )
getMessage ( ) : null | string Return the poll message
getMessageCount ( ) : integer | string return the number of messages that remain
getMessageDate ( ) : null | string Return the date of the message
getMessageId ( ) : null | string Return the identifier of the message Use this identifier to acknowledge the poll message
getMessageType ( ) Determine the type of poll message TYPE_TRANSFER TYPE_CREATE TYPE_UPDATE TYPE_DELETE

Method Details

__construct() public méthode

public __construct ( )

__destruct() public méthode

public __destruct ( )

getDomainActionClientId() public méthode

getDomainActionDate() public méthode

public getDomainActionDate ( )

getDomainExpirationDate() public méthode

getDomainName() public méthode

public getDomainName ( )

getDomainRequestClientId() public méthode

getDomainRequestDate() public méthode

getDomainTrStatus() public méthode

public getDomainTrStatus ( )

getMessage() public méthode

Return the poll message
public getMessage ( ) : null | string
Résultat null | string

getMessageCount() public méthode

return the number of messages that remain
public getMessageCount ( ) : integer | string
Résultat integer | string

getMessageDate() public méthode

Return the date of the message
public getMessageDate ( ) : null | string
Résultat null | string

getMessageId() public méthode

Return the identifier of the message Use this identifier to acknowledge the poll message
public getMessageId ( ) : null | string
Résultat null | string

getMessageType() public méthode

Determine the type of poll message TYPE_TRANSFER TYPE_CREATE TYPE_UPDATE TYPE_DELETE
public getMessageType ( )