PHP 클래스 Metaregistrar\EPP\eppLoginRequest

상속: extends eppRequest
파일 보기 프로젝트 열기: metaregistrar/php-epp-client

보호된 프로퍼티들

프로퍼티 타입 설명
$options DOMElement

공개 메소드들

메소드 설명
__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 )

비공개 메소드들

메소드 설명
checkForOptions ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $newpassword = null )

__destruct() 공개 메소드

public __destruct ( )

addLanguage() 공개 메소드

public addLanguage ( $language )

addNewPassword() 공개 메소드

public addNewPassword ( $password )

addPassword() 공개 메소드

public addPassword ( $password )

addServices() 공개 메소드

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 addUsername ( $username )

addVersion() 공개 메소드

public addVersion ( $version )

프로퍼티 상세

$options 보호되어 있는 프로퍼티

protected DOMElement $options
리턴 DOMElement