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: FileAttachment.php 20096 2010-01-06 02:05:09Z bkarwin $ |
20 * @version $Id: FileAttachment.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'; |
36 * A file attachment annotation contains a reference to a file, |
36 * A file attachment annotation contains a reference to a file, |
37 * which typically is embedded in the PDF file. |
37 * which typically is embedded in the PDF file. |
38 * |
38 * |
39 * @package Zend_Pdf |
39 * @package Zend_Pdf |
40 * @subpackage Annotation |
40 * @subpackage Annotation |
41 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
41 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
42 * @license http://framework.zend.com/license/new-bsd New BSD License |
42 * @license http://framework.zend.com/license/new-bsd New BSD License |
43 */ |
43 */ |
44 class Zend_Pdf_Annotation_FileAttachment extends Zend_Pdf_Annotation |
44 class Zend_Pdf_Annotation_FileAttachment extends Zend_Pdf_Annotation |
45 { |
45 { |
46 /** |
46 /** |