PHP Класс Metaregistrar\EPP\eppRequest

Наследование: extends DomDocument
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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