equal
deleted
inserted
replaced
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 Parse_Amf3 |
17 * @subpackage Parse_Amf3 |
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: Serializer.php 25179 2012-12-22 21:29:30Z rob $ |
20 * @version $Id$ |
21 */ |
21 */ |
22 |
22 |
23 /** Zend_Amf_Constants */ |
23 /** Zend_Amf_Constants */ |
24 require_once 'Zend/Amf/Constants.php'; |
24 require_once 'Zend/Amf/Constants.php'; |
25 |
25 |
33 /** |
33 /** |
34 * Detect PHP object type and convert it to a corresponding AMF3 object type |
34 * Detect PHP object type and convert it to a corresponding AMF3 object type |
35 * |
35 * |
36 * @package Zend_Amf |
36 * @package Zend_Amf |
37 * @subpackage Parse_Amf3 |
37 * @subpackage Parse_Amf3 |
38 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
38 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
39 * @license http://framework.zend.com/license/new-bsd New BSD License |
39 * @license http://framework.zend.com/license/new-bsd New BSD License |
40 */ |
40 */ |
41 class Zend_Amf_Parse_Amf3_Serializer extends Zend_Amf_Parse_Serializer |
41 class Zend_Amf_Parse_Amf3_Serializer extends Zend_Amf_Parse_Serializer |
42 { |
42 { |
43 /** |
43 /** |