|
|
@@ -15,7 +15,7 @@
|
|
|
* @category Zend
|
|
|
* @package Zend_Amf
|
|
|
* @subpackage Parse_Amf0
|
|
|
- * @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
|
|
+ * @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
|
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
|
|
*/
|
|
|
|
|
|
@@ -29,7 +29,7 @@ require_once 'Zend/Amf/Parse/Deserializer.php';
|
|
|
* @todo Class could be implmented as Factory Class with each data type it's own class
|
|
|
* @package Zend_Amf
|
|
|
* @subpackage Parse_Amf0
|
|
|
- * @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
|
|
+ * @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_Parse_Amf0_Deserializer extends Zend_Amf_Parse_Deserializer
|