X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fdebug%2Fclass_DebugErrorLogOutput.php;h=b39adc5f7259aa0b67170300e769fa0024a8fab7;hp=3289574ac4394a00f3c4e0b5a3ca3329a2e00a0b;hb=aa07fa0b7c42f430541e0610d45f4aa047e60666;hpb=4ad6f99674864c9771a7f4c06a61bdbba3684e59 diff --git a/inc/classes/main/debug/class_DebugErrorLogOutput.php b/inc/classes/main/debug/class_DebugErrorLogOutput.php index 3289574a..b39adc5f 100644 --- a/inc/classes/main/debug/class_DebugErrorLogOutput.php +++ b/inc/classes/main/debug/class_DebugErrorLogOutput.php @@ -96,12 +96,12 @@ class DebugErrorLogOutput extends BaseFrameworkSystem implements Debugger, Outpu } /** - * "Getter" for seek position + * Determines for seek position * * @return $seekPosition Current seek position * @throws UnsupportedOperationException If this method is called */ - public function getPosition () { + public function determineSeekPosition () { throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); }