X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Finterfaces%2Fblock%2Fclass_Block.php;h=7057fc8c65b9b68f44d1b3693c07b4fc26c78613;hp=3677e62b58dc442ae4a30f5a37cca74010ce59cb;hb=b9bfbe86c031c9d83c3670602906df191a33ba2a;hpb=78a010fef84895720e796842208f01dfb619c332 diff --git a/framework/main/interfaces/block/class_Block.php b/framework/main/interfaces/block/class_Block.php index 3677e62b..7057fc8c 100644 --- a/framework/main/interfaces/block/class_Block.php +++ b/framework/main/interfaces/block/class_Block.php @@ -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