Rewritten:
[core.git] / framework / main / interfaces / block / class_Block.php
index 3677e62b58dc442ae4a30f5a37cca74010ce59cb..7057fc8c65b9b68f44d1b3693c07b4fc26c78613 100644 (file)
@@ -49,13 +49,6 @@ interface Block extends FrameworkInterface {
         */
        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,
@@ -144,7 +137,7 @@ interface Block extends FrameworkInterface {
         * @param       $flushHeader    Whether to flush the header (default: flush)
         * @return      void
         */
-       function writeData ($seekPosition, $data, $flushHeader = TRUE);
+       function writeData ($seekPosition, $data, $flushHeader = true);
 
        /**
         * Searches for next suitable gap the given length of data can fit in