|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($targetUri, $responseUri, $data) | |
| getTargetUri () | |
| setTargetUri ($targetUri) | |
| getResponseUri () | |
| setResponseUri ($responseUri) | |
| getData () | |
| setData ($data) | |
| setReplyMethod ($methodName) | |
Protected Attributes | |
| $_targetUri = "" | |
| $_responseUri = "" | |
| $_data | |
Definition at line 39 of file MessageBody.php.
| __construct | ( | $ | targetUri, |
| $ | responseUri, | ||
| $ | data | ||
| ) |
Constructor
| string | $targetUri | |
| string | $responseUri | |
| string | $data |
Definition at line 89 of file MessageBody.php.

| getData | ( | ) |
| getResponseUri | ( | ) |
| getTargetUri | ( | ) |
| setData | ( | $ | data | ) |
Set response data
| mixed | $data |
Definition at line 162 of file MessageBody.php.

| setReplyMethod | ( | $ | methodName | ) |
Set reply method
| string | $methodName |
Definition at line 174 of file MessageBody.php.
| setResponseUri | ( | $ | responseUri | ) |
Set response Uri
| string | $responseUri |
Definition at line 137 of file MessageBody.php.

| setTargetUri | ( | $ | targetUri | ) |
Set target Uri
| string | $targetUri |
Definition at line 112 of file MessageBody.php.

$_data [protected] |
Definition at line 79 of file MessageBody.php.
$_responseUri = "" [protected] |
Definition at line 64 of file MessageBody.php.
$_targetUri = "" [protected] |
Definition at line 46 of file MessageBody.php.