diff -r 2251fb41dbc7 -r 1e110b03ae96 web/lib/Zend/Pdf/FileParserDataSource.php --- a/web/lib/Zend/Pdf/FileParserDataSource.php Sun Apr 21 10:07:03 2013 +0200 +++ b/web/lib/Zend/Pdf/FileParserDataSource.php Sun Apr 21 21:54:24 2013 +0200 @@ -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.