Bladeren bron

ZF-12093: Remove abstract constructor from Zend_Pdf_FileParserDataSource to prevent E_STRICT error

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24806 44c647ce-9c0f-0410-b52a-842ac1e357ba
adamlundrigan 13 jaren geleden
bovenliggende
commit
4e0325841e
1 gewijzigde bestanden met toevoegingen van 0 en 15 verwijderingen
  1. 0 15
      library/Zend/Pdf/FileParserDataSource.php

+ 0 - 15
library/Zend/Pdf/FileParserDataSource.php

@@ -63,21 +63,6 @@ abstract class Zend_Pdf_FileParserDataSource
   /* 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.