PHP Class Metaregistrar\EPP\eppHelloResponse

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

Public Methods

Method Description
__construct ( )
__destruct ( )
getExtensions ( ) : array Extensions are returned by EPP greeting (hello)
getLanguages ( ) : array Languages are returned by EPP greeting (hello)
getServerDate ( ) : string Server date is returned by EPP greeting (hello)
getServerName ( ) : string Server name is returned by EPP greeting (hello)
getServices ( ) : array Services are returned by EPP greeting (hello)
getVersions ( ) : array Versions are returned by the EPP greeting
validateServices ( $language, $version )

Method Details

__construct() public method

public __construct ( )

__destruct() public method

public __destruct ( )

getExtensions() public method

Extensions are returned by EPP greeting (hello)
public getExtensions ( ) : array
return array of strings

getLanguages() public method

Languages are returned by EPP greeting (hello)
public getLanguages ( ) : array
return array of strings

getServerDate() public method

Server date is returned by EPP greeting (hello)
public getServerDate ( ) : string
return string

getServerName() public method

Server name is returned by EPP greeting (hello)
public getServerName ( ) : string
return string

getServices() public method

Services are returned by EPP greeting (hello)
public getServices ( ) : array
return array of strings

getVersions() public method

Versions are returned by the EPP greeting
public getVersions ( ) : array
return array of strings

validateServices() public method

public validateServices ( $language, $version )