[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 205 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Amf_Response:: (9 methods):
finalize()
writeMessage()
getResponse()
__toString()
addAmfBody()
getAmfBodies()
addAmfHeader()
getAmfHeaders()
setObjectEncoding()
Class: Zend_Amf_Response - X-Ref
Handles converting the PHP object ready for response back into AMFfinalize() X-Ref |
Instantiate new output stream and start serialization return: Zend_Amf_Response |
writeMessage(Zend_Amf_Parse_OutputStream $stream) X-Ref |
Serialize the PHP data types back into Actionscript and create and AMF stream. param: Zend_Amf_Parse_OutputStream $stream return: Zend_Amf_Response |
getResponse() X-Ref |
Return the output stream content return: string The contents of the output stream |
__toString() X-Ref |
Return the output stream content return: string |
addAmfBody(Zend_Amf_Value_MessageBody $body) X-Ref |
Add an AMF body to be sent to the Flash Player param: Zend_Amf_Value_MessageBody $body return: Zend_Amf_Response |
getAmfBodies() X-Ref |
Return an array of AMF bodies to be serialized return: array |
addAmfHeader(Zend_Amf_Value_MessageHeader $header) X-Ref |
Add an AMF Header to be sent back to the flash player param: Zend_Amf_Value_MessageHeader $header return: Zend_Amf_Response |
getAmfHeaders() X-Ref |
Retrieve attached AMF message headers return: array Array of Zend_Amf_Value_MessageHeader objects |
setObjectEncoding($encoding) X-Ref |
Set the AMF encoding that will be used for serialization param: int $encoding return: Zend_Amf_Response |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |