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_Barcode |
16 * @package Zend_Barcode |
17 * @subpackage Object |
17 * @subpackage Object |
18 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 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: Error.php 20096 2010-01-06 02:05:09Z bkarwin $ |
20 * @version $Id: Error.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 /** @see Zend_Barcode_Object_ObjectAbstract */ |
23 /** @see Zend_Barcode_Object_ObjectAbstract */ |
24 require_once 'Zend/Barcode/Object/ObjectAbstract.php'; |
24 require_once 'Zend/Barcode/Object/ObjectAbstract.php'; |
25 |
25 |
26 /** |
26 /** |
27 * Class for generate Barcode |
27 * Class for generate Barcode |
28 * |
28 * |
29 * @category Zend |
29 * @category Zend |
30 * @package Zend_Barcode |
30 * @package Zend_Barcode |
31 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
31 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
32 * @license http://framework.zend.com/license/new-bsd New BSD License |
32 * @license http://framework.zend.com/license/new-bsd New BSD License |
33 */ |
33 */ |
34 class Zend_Barcode_Object_Error extends Zend_Barcode_Object_ObjectAbstract |
34 class Zend_Barcode_Object_Error extends Zend_Barcode_Object_ObjectAbstract |
35 { |
35 { |
36 /** |
36 /** |