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_Pdf |
16 * @package Zend_Pdf |
17 * @subpackage Annotation |
17 * @subpackage Annotation |
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: Link.php 20096 2010-01-06 02:05:09Z bkarwin $ |
20 * @version $Id: Link.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 /** Internally used classes */ |
23 /** Internally used classes */ |
24 require_once 'Zend/Pdf/Element.php'; |
24 require_once 'Zend/Pdf/Element.php'; |
25 require_once 'Zend/Pdf/Element/Array.php'; |
25 require_once 'Zend/Pdf/Element/Array.php'; |
38 * Only destinations are used now since only GoTo action can be created by user |
38 * Only destinations are used now since only GoTo action can be created by user |
39 * in current implementation. |
39 * in current implementation. |
40 * |
40 * |
41 * @package Zend_Pdf |
41 * @package Zend_Pdf |
42 * @subpackage Annotation |
42 * @subpackage Annotation |
43 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
43 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
44 * @license http://framework.zend.com/license/new-bsd New BSD License |
44 * @license http://framework.zend.com/license/new-bsd New BSD License |
45 */ |
45 */ |
46 class Zend_Pdf_Annotation_Link extends Zend_Pdf_Annotation |
46 class Zend_Pdf_Annotation_Link extends Zend_Pdf_Annotation |
47 { |
47 { |
48 /** |
48 /** |