PHP 클래스 Metaregistrar\EPP\eppRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
$command DomElement Created to be able to add new stuff to the command structure
$epp DomElement Element object to add command structures
$extension DomElement Created to be able to group multiple extensions together
$hello * Hello element
$login * Login element
$sessionid Unique session id

공개 메소드들

메소드 설명
__construct ( )
__destruct ( )
addExtension ( $name, $value )
addNamespaces ( $namespaces )
addSessionId ( )
dumpContents ( )
getSessionId ( )
rootNamespaces ( )
setNamespacesinroot ( boolean $setting ) Determine whether the namespaces must be put in the root or at the corresponding objects

보호된 메소드들

메소드 설명
getCommand ( )
getEpp ( )
getExtension ( )
isAscii ( $str )

메소드 상세

__construct() 공개 메소드

public __construct ( )

__destruct() 공개 메소드

public __destruct ( )

addExtension() 공개 메소드

public addExtension ( $name, $value )

addNamespaces() 공개 메소드

public addNamespaces ( $namespaces )

addSessionId() 공개 메소드

public addSessionId ( )

dumpContents() 공개 메소드

public dumpContents ( )

getCommand() 보호된 메소드

protected getCommand ( )

getEpp() 보호된 메소드

protected getEpp ( )

getExtension() 보호된 메소드

protected getExtension ( )

getSessionId() 공개 메소드

public getSessionId ( )

isAscii() 보호된 정적인 메소드

protected static isAscii ( $str )

rootNamespaces() 공개 메소드

public rootNamespaces ( )

setNamespacesinroot() 공개 메소드

Determine whether the namespaces must be put in the root or at the corresponding objects
public setNamespacesinroot ( boolean $setting )
$setting boolean

프로퍼티 상세

$command 공개적으로 프로퍼티

Created to be able to add new stuff to the command structure
public DomElement $command
리턴 DomElement

$epp 공개적으로 프로퍼티

Element object to add command structures
public DomElement $epp
리턴 DomElement

$extension 공개적으로 프로퍼티

Created to be able to group multiple extensions together
public DomElement $extension
리턴 DomElement

$hello 공개적으로 프로퍼티

* Hello element
public $hello

$login 공개적으로 프로퍼티

* Login element
public $login

$sessionid 공개적으로 프로퍼티

Unique session id
public $sessionid