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 38 of file ezsoapfault.php.
| eZSOAPFault::eZSOAPFault | ( | $ | faultCode = "", |
|
| $ | faultString = "" | |||
| ) |
Constructs a new eZSOAPFault object
Definition at line 43 of file ezsoapfault.php.
| eZSOAPFault::faultCode | ( | ) |
Returns the fauls code.
Definition at line 52 of file ezsoapfault.php.
| eZSOAPFault::faultString | ( | ) |
Returns the fauls string.
Definition at line 60 of file ezsoapfault.php.
| eZSOAPFault::$FaultCode |
Contains the fault code.
Definition at line 66 of file ezsoapfault.php.
| eZSOAPFault::$FaultString |
Contains the fault string.
Definition at line 69 of file ezsoapfault.php.
1.6.3