| eZSOAPResponse handles SOAP response packages
More...
Inheritance diagram for eZSOAPResponse:
TODO — Image not available in archive
Title: eZSOAPResponse Class Inheritance Diagram (Doxygen)
File: /doc/generated/html/classeZSOAPResponse.png
What this image shows:
Doxygen-generated class inheritance diagram for the eZSOAPResponse PHP class. Shows the inheritance hierarchy: which classes eZSOAPResponse extends and which classes inherit from it, with links to parent and child class documentation. This diagram was auto-generated from the Exponential 3.1 PHP source code using Doxygen circa 2003.
Replacement instructions:
Run Doxygen on the Exponential 3.1 PHP source and locate the generated classeZSOAPResponse.png in the output. Or draw the inheritance tree manually from the API reference. Save as /doc/generated/html/classeZSOAPResponse.png
See /sdk/missing.html for the full list of missing images.
List of all members.
Detailed Description
eZSOAPResponse handles SOAP response packages
Definition at line ezsoapresponse.php.
Constructor & Destructor Documentation
| eZSOAPResponse::eZSOAPResponse |
( |
$ |
name = "", |
|
|
$ |
namespace = "" |
|
) |
|
|
Member Function Documentation
| & eZSOAPResponse::decodeDataTypes |
( |
&$ |
node, |
|
|
$ |
type = "" |
|
) |
[private] |
|
| eZSOAPResponse::decodeStream |
( |
$ |
request, |
|
|
$ |
stream |
|
) |
|
|
| & eZSOAPResponse::encodeValue |
( |
$ |
name, |
|
|
$ |
value |
|
) |
|
|
| eZSOAPResponse::faultCode |
( |
|
) |
|
|
| eZSOAPResponse::faultString |
( |
|
) |
|
|
| eZSOAPResponse::isFault |
( |
|
) |
|
|
| & eZSOAPResponse::payload |
( |
|
) |
|
|
| eZSOAPResponse::setValue |
( |
$ |
value |
) |
|
|
| & eZSOAPResponse::stripHTTPHeader |
( |
$ |
data |
) |
[static, private] |
|
| & eZSOAPResponse::value |
( |
|
) |
|
|
The documentation for this class was generated from the following file:
|