PHP Class Metaregistrar\EPP\eppLoginRequest

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

Protected Properties

Property Type Description
$options DOMElement

Public Methods

Method Description
__construct ( $newpassword = null )
__destruct ( )
addLanguage ( $language )
addNewPassword ( $password )
addPassword ( $password )
addServices ( array $services, array $extensions ) Add the services and extensions to the login request The services and extensions are retrieved from the epp Hello response and saved in the connection object The connection procedures will call this function to set the login parameters
addUsername ( $username )
addVersion ( $version )

Private Methods

Method Description
checkForOptions ( )

Method Details

__construct() public method

public __construct ( $newpassword = null )

__destruct() public method

public __destruct ( )

addLanguage() public method

public addLanguage ( $language )

addNewPassword() public method

public addNewPassword ( $password )

addPassword() public method

public addPassword ( $password )

addServices() public method

Add the services and extensions to the login request The services and extensions are retrieved from the epp Hello response and saved in the connection object The connection procedures will call this function to set the login parameters
public addServices ( array $services, array $extensions )
$services array
$extensions array

addUsername() public method

public addUsername ( $username )

addVersion() public method

public addVersion ( $version )

Property Details

$options protected property

protected DOMElement $options
return DOMElement