Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Handles converting the PHP object ready for response back into AMF
array $_bodies = 'array'Array of Zend_Amf_Value_MessageBody objects
Detailsarray $_headers = 'array'Array of Zend_Amf_Value_MessageHeader objects
Detailsint $_objectEncoding = '0'
DetailsZend_Amf_Parse_OutputStream $_outputStream = ''
Details__toString(
)
:
stringReturn the output stream content
DetailsaddAmfBody(
Zend_Amf_Value_MessageBody $body
)
:
Zend_Amf_ResponseAdd an AMF body to be sent to the Flash Player
DetailsaddAmfHeader(
Zend_Amf_Value_MessageHeader $header
)
:
Zend_Amf_ResponseAdd an AMF Header to be sent back to the flash player
Detailsfinalize(
)
:
Zend_Amf_ResponseInstantiate new output stream and start serialization
DetailsgetAmfBodies(
)
:
arrayReturn an array of AMF bodies to be serialized
DetailsgetAmfHeaders(
)
:
arrayRetrieve attached AMF message headers
DetailsgetResponse(
)
:
stringReturn the output stream content
DetailssetObjectEncoding(
int $encoding
)
:
Zend_Amf_ResponseSet the AMF encoding that will be used for serialization
DetailswriteMessage(
Zend_Amf_Parse_OutputStream $stream
)
:
Zend_Amf_ResponseSerialize the PHP data types back into Actionscript and create and AMF stream.
Details