PHP Class Metaregistrar\EPP\eppResponse

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

Public Properties

Property Type Description
$defaultnamespace string
$exturi of extended uri
$language *
$objuri of object uri
$originalrequest
$version *
$xpathuri of xpath uri

Public Methods

Method Description
Success ( ) : boolean
__construct ( $originalrequest = null )
__destruct ( )
dumpContents ( )
findNamespace ( $namespace )
getClientTransactionId ( ) : string
getProblemtype ( ) : string
getResultCode ( ) : string
getResultContactId ( )
getResultDomainName ( )
getResultHostAddr ( )
getResultHostName ( )
getResultHostStatus ( )
getResultMessage ( ) : string
getResultReason ( ) : string
getResultValue ( )
getServerTransactionId ( ) : string
hasElement ( array $matches ) : boolean Checks and sees if an element is present using xpath
saveXML ( DOMNode $node = NULL, $options = NULL )
setProblemtype ( string $problemtype )
setXpath ( $xpathuri )
xPath ( ) : DOMXpath

Protected Methods

Method Description
queryPath ( string $path ) : null | string Make an xpath query and return the results if applicable

Method Details

Success() public method

public Success ( ) : boolean
return boolean

__construct() public method

public __construct ( $originalrequest = null )

__destruct() public method

public __destruct ( )

dumpContents() public method

public dumpContents ( )

findNamespace() public method

public findNamespace ( $namespace )

getClientTransactionId() public method

public getClientTransactionId ( ) : string
return string

getProblemtype() public method

public getProblemtype ( ) : string
return string

getResultCode() public method

public getResultCode ( ) : string
return string

getResultContactId() public method

public getResultContactId ( )

getResultDomainName() public method

public getResultDomainName ( )

getResultHostAddr() public method

public getResultHostAddr ( )

getResultHostName() public method

public getResultHostName ( )

getResultHostStatus() public method

public getResultHostStatus ( )

getResultMessage() public method

public getResultMessage ( ) : string
return string

getResultReason() public method

public getResultReason ( ) : string
return string

getResultValue() public method

public getResultValue ( )

getServerTransactionId() public method

public getServerTransactionId ( ) : string
return string

hasElement() public method

Checks and sees if an element is present using xpath
public hasElement ( array $matches ) : boolean
$matches array
return boolean

queryPath() protected method

Make an xpath query and return the results if applicable
protected queryPath ( string $path ) : null | string
$path string
return null | string

saveXML() public method

public saveXML ( DOMNode $node = NULL, $options = NULL )
$node DOMNode

setProblemtype() public method

public setProblemtype ( string $problemtype )
$problemtype string

setXpath() public method

public setXpath ( $xpathuri )

xPath() public method

public xPath ( ) : DOMXpath
return DOMXpath

Property Details

$defaultnamespace public property

public string $defaultnamespace
return string

$exturi public property

of extended uri
public $exturi

$language public property

*
public $language

$objuri public property

of object uri
public $objuri

$originalrequest public property

public $originalrequest

$version public property

*
public $version

$xpathuri public property

of xpath uri
public $xpathuri