PHP Class Metaregistrar\EPP\eppPollResponse

Inheritance: extends eppResponse
Show file Open project: metaregistrar/php-epp-client

Public Methods

Method 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 method

public __construct ( )

__destruct() public method

public __destruct ( )

getDomainActionClientId() public method

getDomainActionDate() public method

public getDomainActionDate ( )

getDomainExpirationDate() public method

getDomainName() public method

public getDomainName ( )

getDomainRequestClientId() public method

getDomainRequestDate() public method

getDomainTrStatus() public method

public getDomainTrStatus ( )

getMessage() public method

Return the poll message
public getMessage ( ) : null | string
return null | string

getMessageCount() public method

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

getMessageDate() public method

Return the date of the message
public getMessageDate ( ) : null | string
return null | string

getMessageId() public method

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

getMessageType() public method

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