--- a/web/lib/Zend/Pdf/FileParserDataSource.php Thu Mar 21 17:31:31 2013 +0100
+++ b/web/lib/Zend/Pdf/FileParserDataSource.php Thu Mar 21 19:50:53 2013 +0100
@@ -15,9 +15,9 @@
* @category Zend
* @package Zend_Pdf
* @subpackage FileParser
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
- * @version $Id: FileParserDataSource.php 20096 2010-01-06 02:05:09Z bkarwin $
+ * @version $Id: FileParserDataSource.php 24806 2012-05-15 11:32:11Z adamlundrigan $
*/
/**
@@ -35,7 +35,7 @@
*
* @package Zend_Pdf
* @subpackage FileParser
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
abstract class Zend_Pdf_FileParserDataSource
@@ -63,21 +63,6 @@
/* Abstract Methods */
/**
- * Object constructor. Opens the data source for parsing.
- *
- * Must set $this->_size to the total size in bytes of the data source.
- *
- * Upon return the data source can be interrogated using the primitive
- * methods described here.
- *
- * If the data source cannot be opened for any reason (such as insufficient
- * permissions, missing file, etc.), will throw an appropriate exception.
- *
- * @throws Zend_Pdf_Exception
- */
- abstract public function __construct();
-
- /**
* Object destructor. Closes the data source.
*
* May also perform cleanup tasks such as deleting temporary files.