From: Roland Haeder Date: Mon, 19 May 2014 17:52:20 +0000 (+0200) Subject: Added Registerable interface as the FileStackFactory is using it. X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=4119c322abe8af1ccfedf8a29169ae1ec8d36e8b Added Registerable interface as the FileStackFactory is using it. Signed-off-by: Roland Häder --- diff --git a/inc/classes/main/file_directories/io/class_FrameworkFileInputOutputPointer.php b/inc/classes/main/file_directories/io/class_FrameworkFileInputOutputPointer.php index f76e3ace..5d23c7bf 100644 --- a/inc/classes/main/file_directories/io/class_FrameworkFileInputOutputPointer.php +++ b/inc/classes/main/file_directories/io/class_FrameworkFileInputOutputPointer.php @@ -85,7 +85,7 @@ class FrameworkFileInputOutputPointer extends BaseFileIo implements InputOutputP * is not set by setPointer() * @throws InvalidResourceException If there is being set */ - private function validateFileHeader () { + private function validateFilePointer () { if (is_null($this->getPointer())) { // Pointer not initialized throw new NullPointerException($this, self::EXCEPTION_IS_NULL_POINTER);