PHP Class Metaregistrar\EPP\eppRequest

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

Public Properties

Property 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

Public Methods

Method 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

Protected Methods

Method Description
getCommand ( )
getEpp ( )
getExtension ( )
isAscii ( $str )

Method Details

__construct() public method

public __construct ( )

__destruct() public method

public __destruct ( )

addExtension() public method

public addExtension ( $name, $value )

addNamespaces() public method

public addNamespaces ( $namespaces )

addSessionId() public method

public addSessionId ( )

dumpContents() public method

public dumpContents ( )

getCommand() protected method

protected getCommand ( )

getEpp() protected method

protected getEpp ( )

getExtension() protected method

protected getExtension ( )

getSessionId() public method

public getSessionId ( )

isAscii() protected static method

protected static isAscii ( $str )

rootNamespaces() public method

public rootNamespaces ( )

setNamespacesinroot() public method

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 property

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

$epp public property

Element object to add command structures
public DomElement $epp
return DomElement

$extension public property

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

$hello public property

* Hello element
public $hello

$login public property

* Login element
public $login

$sessionid public property

Unique session id
public $sessionid