Zend Framework
1.12
|
Public Member Functions | |
getResponse () | |
Create the application response header for AMF and sends the serialized AMF string. | |
![]() | |
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 Member Functions | |
isIeOverSsl () | |
Additional Inherited Members | |
![]() | |
$_objectEncoding = 0 | |
$_bodies = array() | |
$_headers = array() | |
$_outputStream | |
getResponse | ( | ) |
Create the application response header for AMF and sends the serialized AMF string.
|
protected |