| eZSOAPRequest handles SOAP request messages
More...
Inheritance diagram for eZSOAPRequest:
TODO — Image not available in archive
Title: eZSOAPRequest Class Inheritance Diagram (Doxygen)
File: /doc/generated/html/classeZSOAPRequest.png
What this image shows:
Doxygen-generated class inheritance diagram for the eZSOAPRequest PHP class. Shows the inheritance hierarchy: which classes eZSOAPRequest 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 classeZSOAPRequest.png in the output. Or draw the inheritance tree manually from the API reference. Save as /doc/generated/html/classeZSOAPRequest.png
See /sdk/missing.html for the full list of missing images.
List of all members.
Detailed Description
eZSOAPRequest handles SOAP request messages
Definition at line ezsoaprequest.php.
Constructor & Destructor Documentation
| eZSOAPRequest::eZSOAPRequest |
( |
$ |
name = "", |
|
|
$ |
namespace = "" |
|
) |
|
|
|
|
Constructs a new eZSOAPRequest object. You have to provide the request name and the target namespace for the request.
Definition at line ezsoaprequest.php.
References Namespace. |
Member Function Documentation
| eZSOAPRequest::addParameter |
( |
$ |
name, |
|
|
$ |
value |
|
) |
|
|
|
|
Adds a new parameter to the request. You have to provide a prameter name and value.
Definition at line ezsoaprequest.php.
References Parameters. |
| & eZSOAPRequest::encodeValue |
( |
$ |
name, |
|
|
$ |
value |
|
) |
[private] |
|
| & eZSOAPRequest::payload |
( |
|
) |
|
|
The documentation for this class was generated from the following file:
|