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_Service |
16 * @package Zend_Service |
17 * @subpackage Amazon |
17 * @subpackage Amazon |
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: Abstract.php 25024 2012-07-30 15:08:15Z rob $ |
20 * @version $Id$ |
21 */ |
21 */ |
22 |
22 |
23 /** |
23 /** |
24 * @see Zend_Service_Abstract |
24 * @see Zend_Service_Abstract |
25 */ |
25 */ |
30 * Amazon offers |
30 * Amazon offers |
31 * |
31 * |
32 * @category Zend |
32 * @category Zend |
33 * @package Zend_Service |
33 * @package Zend_Service |
34 * @subpackage Amazon |
34 * @subpackage Amazon |
35 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
35 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
36 * @license http://framework.zend.com/license/new-bsd New BSD License |
36 * @license http://framework.zend.com/license/new-bsd New BSD License |
37 */ |
37 */ |
38 abstract class Zend_Service_Amazon_Abstract extends Zend_Service_Abstract |
38 abstract class Zend_Service_Amazon_Abstract extends Zend_Service_Abstract |
39 { |
39 { |
40 /** |
40 /** |