web/lib/Zend/Amf/Value/MessageBody.php
changeset 1230 68c69c656a2c
parent 807 877f952ae2bd
equal deleted inserted replaced
1229:5a6b6e770365 1230:68c69c656a2c
    13  * to license@zend.com so we can send you a copy immediately.
    13  * to license@zend.com so we can send you a copy immediately.
    14  *
    14  *
    15  * @category   Zend
    15  * @category   Zend
    16  * @package    Zend_Amf
    16  * @package    Zend_Amf
    17  * @subpackage Value
    17  * @subpackage Value
    18  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    18  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    19  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    19  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    20  * @version    $Id: MessageBody.php 24593 2012-01-05 20:35:02Z matthew $
    20  * @version    $Id$
    21  */
    21  */
    22 
    22 
    23 /**
    23 /**
    24  * An AMF Message contains information about the actual individual
    24  * An AMF Message contains information about the actual individual
    25  * transaction that is to be performed. It specifies the remote
    25  * transaction that is to be performed. It specifies the remote
    31  * invoke a method/operation on a remote server. Additionally,
    31  * invoke a method/operation on a remote server. Additionally,
    32  * the response from the Server is structured identically.
    32  * the response from the Server is structured identically.
    33  *
    33  *
    34  * @package    Zend_Amf
    34  * @package    Zend_Amf
    35  * @subpackage Value
    35  * @subpackage Value
    36  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    36  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    37  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    37  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    38  */
    38  */
    39 class Zend_Amf_Value_MessageBody
    39 class Zend_Amf_Value_MessageBody
    40 {
    40 {
    41     /**
    41     /**