More cleanups of public closeFile() method as it is private now and shall only
[core.git] / inc / classes / interfaces / block / class_Block.php
index 45dad992f011b1b0e4d8a60c16e19405c1841b21..32cad9101d7714c66024516efa622dccb615b8da 100644 (file)
@@ -36,16 +36,6 @@ interface Block extends FrameworkInterface {
         */
        function flushFileHeader ();
 
-       /**
-        * Close a file source and set it's instance to null and the file name
-        * to empty.
-        *
-        * @return      void
-        * @throws      NullPointerException    If the file pointer instance is not set by setPointer()
-        * @throws      InvalidResourceException        If there is being set
-        */
-       function closeFile ();
-
        /**
         * Determines whether the EOF has been reached
         *