X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Finterfaces%2Fblock%2Fclass_Block.php;h=32cad9101d7714c66024516efa622dccb615b8da;hb=a1a6fe495d2e61dee317af1b45ee6821eb0027e5;hp=45dad992f011b1b0e4d8a60c16e19405c1841b21;hpb=1203de1295dd16b8f4d89ff58ffe61aa49760be9;p=core.git diff --git a/inc/classes/interfaces/block/class_Block.php b/inc/classes/interfaces/block/class_Block.php index 45dad992..32cad910 100644 --- a/inc/classes/interfaces/block/class_Block.php +++ b/inc/classes/interfaces/block/class_Block.php @@ -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 *