PHP Class Metaregistrar\EPP\eppLoginRequest

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

Protected Properties

Свойство Type Description
$options DOMElement

Méthodes publiques

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

Méthode Description
checkForOptions ( )

Method Details

__construct() public méthode

public __construct ( $newpassword = null )

__destruct() public méthode

public __destruct ( )

addLanguage() public méthode

public addLanguage ( $language )

addNewPassword() public méthode

public addNewPassword ( $password )

addPassword() public méthode

public addPassword ( $password )

addServices() public méthode

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

public addUsername ( $username )

addVersion() public méthode

public addVersion ( $version )

Property Details

$options protected_oe property

protected DOMElement $options
Résultat DOMElement