Zend Framework
1.12
|
Public Member Functions | |
finalize () | |
Instantiate new output stream and start serialization. | |
writeMessage (Zend_Amf_Parse_OutputStream $stream) | |
Serialize the PHP data types back into Actionscript and create and AMF stream. | |
getResponse () | |
Return the output stream content. | |
__toString () | |
Return the output stream content. | |
addAmfBody (Zend_Amf_Value_MessageBody $body) | |
Add an AMF body to be sent to the Flash Player. | |
getAmfBodies () | |
Return an array of AMF bodies to be serialized. | |
addAmfHeader (Zend_Amf_Value_MessageHeader $header) | |
Add an AMF Header to be sent back to the flash player. | |
getAmfHeaders () | |
Retrieve attached AMF message headers. | |
setObjectEncoding ($encoding) | |
Set the AMF encoding that will be used for serialization. | |
Protected Attributes | |
$_objectEncoding = 0 | |
$_bodies = array() | |
$_headers = array() | |
$_outputStream | |
__toString | ( | ) |
Return the output stream content.
addAmfBody | ( | Zend_Amf_Value_MessageBody | $body | ) |
Add an AMF body to be sent to the Flash Player.
Zend_Amf_Value_MessageBody | $body |
addAmfHeader | ( | Zend_Amf_Value_MessageHeader | $header | ) |
Add an AMF Header to be sent back to the flash player.
Zend_Amf_Value_MessageHeader | $header |
finalize | ( | ) |
Instantiate new output stream and start serialization.
getAmfBodies | ( | ) |
Return an array of AMF bodies to be serialized.
getAmfHeaders | ( | ) |
Retrieve attached AMF message headers.
getResponse | ( | ) |
Return the output stream content.
setObjectEncoding | ( | $encoding | ) |
Set the AMF encoding that will be used for serialization.
int | $encoding |
writeMessage | ( | Zend_Amf_Parse_OutputStream | $stream | ) |
Serialize the PHP data types back into Actionscript and create and AMF stream.
Zend_Amf_Parse_OutputStream | $stream |
|
protected |
|
protected |
|
protected |
|
protected |