PHP Class Metaregistrar\EPP\eppRequest

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

Méthodes publiques

Свойство Type Description
$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

Méthodes publiques

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

Méthodes protégées

Méthode Description
getCommand ( )
getEpp ( )
getExtension ( )
isAscii ( $str )

Method Details

__construct() public méthode

public __construct ( )

__destruct() public méthode

public __destruct ( )

addExtension() public méthode

public addExtension ( $name, $value )

addNamespaces() public méthode

public addNamespaces ( $namespaces )

addSessionId() public méthode

public addSessionId ( )

dumpContents() public méthode

public dumpContents ( )

getCommand() protected méthode

protected getCommand ( )

getEpp() protected méthode

protected getEpp ( )

getExtension() protected méthode

protected getExtension ( )

getSessionId() public méthode

public getSessionId ( )

isAscii() protected static méthode

protected static isAscii ( $str )

rootNamespaces() public méthode

public rootNamespaces ( )

setNamespacesinroot() public méthode

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

Property Details

$command public_oe property

Created to be able to add new stuff to the command structure
public DomElement $command
Résultat DomElement

$epp public_oe property

Element object to add command structures
public DomElement $epp
Résultat DomElement

$extension public_oe property

Created to be able to group multiple extensions together
public DomElement $extension
Résultat DomElement

$hello public_oe property

* Hello element
public $hello

$login public_oe property

* Login element
public $login

$sessionid public_oe property

Unique session id
public $sessionid