|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| finalize () | |
| writeMessage (Zend_Amf_Parse_OutputStream $stream) | |
| getResponse () | |
| __toString () | |
| addAmfBody (Zend_Amf_Value_MessageBody $body) | |
| getAmfBodies () | |
| addAmfHeader (Zend_Amf_Value_MessageHeader $header) | |
| getAmfHeaders () | |
| setObjectEncoding ($encoding) | |
Protected Attributes | |
| $_objectEncoding = 0 | |
| $_bodies = array() | |
| $_headers = array() | |
| $_outputStream | |
Definition at line 38 of file Response.php.
| __toString | ( | ) |
Return the output stream content
Definition at line 145 of file Response.php.

| addAmfBody | ( | Zend_Amf_Value_MessageBody $ | body | ) |
Add an AMF body to be sent to the Flash Player
| Zend_Amf_Value_MessageBody | $body |
Definition at line 156 of file Response.php.
| addAmfHeader | ( | Zend_Amf_Value_MessageHeader $ | header | ) |
Add an AMF Header to be sent back to the flash player
| Zend_Amf_Value_MessageHeader | $header |
Definition at line 178 of file Response.php.
| finalize | ( | ) |
Instantiate new output stream and start serialization
Definition at line 67 of file Response.php.

| getAmfBodies | ( | ) |
Return an array of AMF bodies to be serialized
Definition at line 167 of file Response.php.
| getAmfHeaders | ( | ) |
Retrieve attached AMF message headers
Definition at line 189 of file Response.php.

| getResponse | ( | ) |
Return the output stream content
Reimplemented in Zend_Amf_Response_Http.
Definition at line 135 of file Response.php.

| setObjectEncoding | ( | $ | encoding | ) |
Set the AMF encoding that will be used for serialization
| int | $encoding |
Definition at line 200 of file Response.php.
| writeMessage | ( | Zend_Amf_Parse_OutputStream $ | stream | ) |
Serialize the PHP data types back into Actionscript and create and AMF stream.
| Zend_Amf_Parse_OutputStream | $stream |
Definition at line 81 of file Response.php.


$_bodies = array() [protected] |
Definition at line 49 of file Response.php.
$_headers = array() [protected] |
Definition at line 55 of file Response.php.
$_objectEncoding = 0 [protected] |
Definition at line 43 of file Response.php.
$_outputStream [protected] |
Definition at line 60 of file Response.php.