|
eZ Publish
[trunk]
|
eZSOAPFault handles SOAP fault messages More...
Public Member Functions | |
| eZSOAPFault ($faultCode="", $faultString="") | |
| faultCode () | |
| faultString () | |
Public Attributes | |
| $FaultCode | |
| Contains the fault code. | |
| $FaultString | |
| Contains the fault string. | |
eZSOAPFault handles SOAP fault messages
Definition at line 18 of file ezsoapfault.php.
| eZSOAPFault::eZSOAPFault | ( | $ | faultCode = "", |
| $ | faultString = "" |
||
| ) |
Constructs a new eZSOAPFault object
Definition at line 23 of file ezsoapfault.php.
Returns the fauls code.
Definition at line 32 of file ezsoapfault.php.
Returns the fauls string.
Definition at line 40 of file ezsoapfault.php.
| eZSOAPFault::$FaultCode |
Contains the fault code.
Definition at line 46 of file ezsoapfault.php.
| eZSOAPFault::$FaultString |
Contains the fault string.
Definition at line 49 of file ezsoapfault.php.