| Package | Zend_Amf |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |

class Zend_Amf_Response
| Package | Zend_Amf |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |
| # $_bodies | Array of Zend_Amf_Value_MessageBody objects |
| # $_headers | Array of Zend_Amf_Value_MessageHeader objects |
| # $_objectEncoding | |
| # $_outputStream |
| + __toString() | Return the output stream content |
| + addAmfBody() | Add an AMF body to be sent to the Flash Player |
| + addAmfHeader() | Add an AMF Header to be sent back to the flash player |
| + 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() | Set the AMF encoding that will be used for serialization |
| + writeMessage() | Serialize the PHP data types back into Actionscript and |
protected $_bodies = array()Zend_Amf_Value_MessageBody objectsprotected $_headers = array()Zend_Amf_Value_MessageHeader objectsprotected $_objectEncoding = 0protected $_outputStream
public function __toString( |
)
|
public function addAmfBody( |
)
|
|
Zend_Amf_Response
public function addAmfHeader( |
)
|
|
Zend_Amf_Response
public function finalize( |
)
|
Zend_Amf_Response
public function getAmfBodies( |
)
|
public function getAmfHeaders( |
)
|
Zend_Amf_Value_MessageHeader objects
public function getResponse( |
)
|
public function setObjectEncoding( |
$encoding)
|
int $encoding |
Zend_Amf_Response
public function writeMessage( |
)
|
|
Zend_Amf_Response