Rewritten:
[core.git] / framework / main / interfaces / block / class_Block.php
index 882714b9cfe155bf786667ee3fc9427334c461b4..7057fc8c65b9b68f44d1b3693c07b4fc26c78613 100644 (file)
@@ -49,13 +49,6 @@ interface Block extends FrameworkInterface {
         */
        function isEndOfFileReached ();
 
         */
        function isEndOfFileReached ();
 
-       /**
-        * Getter for file name
-        *
-        * @return      $fileName       The current file name
-        */
-       function getFileName ();
-
        /**
         * Initializes counter for valid entries, arrays for damaged entries and
         * an array for gap seek positions. If you call this method on your own,
        /**
         * Initializes counter for valid entries, arrays for damaged entries and
         * an array for gap seek positions. If you call this method on your own,