This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 29 files changed +58
-58
lines changed
Expand file tree Collapse file tree 29 files changed +58
-58
lines changed Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Serializer
1717 * @subpackage Adapter
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
2828 * @category Zend
2929 * @package Zend_Serializer
3030 * @subpackage Adapter
31- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
31+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3232 * @license http://framework.zend.com/license/new-bsd New BSD License
3333 */
3434interface Adapter
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Serializer
1717 * @subpackage Adapter
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
3333 * @category Zend
3434 * @package Zend_Serializer
3535 * @subpackage Adapter
36- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
36+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3737 * @license http://framework.zend.com/license/new-bsd New BSD License
3838 */
3939abstract class AbstractAdapter implements SerializationAdapter
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Serializer
1717 * @subpackage Adapter
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
3737 * @category Zend
3838 * @package Zend_Serializer
3939 * @subpackage Adapter
40- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
40+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
4141 * @license http://framework.zend.com/license/new-bsd New BSD License
4242 */
4343class Amf0 extends AbstractAdapter
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Serializer
1717 * @subpackage Adapter
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
3737 * @category Zend
3838 * @package Zend_Serializer
3939 * @subpackage Adapter
40- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
40+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
4141 * @license http://framework.zend.com/license/new-bsd New BSD License
4242 */
4343class Amf3 extends AbstractAdapter
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Serializer
1717 * @subpackage Adapter
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
3434 * @category Zend
3535 * @package Zend_Serializer
3636 * @subpackage Adapter
37- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
37+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3838 * @license http://framework.zend.com/license/new-bsd New BSD License
3939 */
4040class IgBinary extends AbstractAdapter
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Serializer
1717 * @subpackage Adapter
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
3636 * @category Zend
3737 * @package Zend_Serializer
3838 * @subpackage Adapter
39- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
39+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
4040 * @license http://framework.zend.com/license/new-bsd New BSD License
4141 */
4242class Json extends AbstractAdapter
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Serializer
1717 * @subpackage Adapter
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
3232 * @category Zend
3333 * @package Zend_Serializer
3434 * @subpackage Adapter
35- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
35+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3636 * @license http://framework.zend.com/license/new-bsd New BSD License
3737 */
3838class PhpCode extends AbstractAdapter
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Serializer
1717 * @subpackage Adapter
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
3232 * @category Zend
3333 * @package Zend_Serializer
3434 * @subpackage Adapter
35- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
35+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
3636 * @license http://framework.zend.com/license/new-bsd New BSD License
3737 */
3838class PhpSerialize extends AbstractAdapter
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Serializer
1717 * @subpackage Adapter
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
3939 * @category Zend
4040 * @package Zend_Serializer
4141 * @subpackage Adapter
42- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
42+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
4343 * @license http://framework.zend.com/license/new-bsd New BSD License
4444 */
4545class PythonPickle extends AbstractAdapter
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Serializer
1717 * @subpackage Adapter
18- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
3737 * @category Zend
3838 * @package Zend_Serializer
3939 * @subpackage Adapter
40- * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
40+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
4141 * @license http://framework.zend.com/license/new-bsd New BSD License
4242 */
4343class Wddx extends AbstractAdapter
You can’t perform that action at this time.
0 commit comments