]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/debug/class_DebugErrorLogOutput.php
Renamed one getSeekPosition() to determineSeekPosition().
[core.git] / inc / classes / main / debug / class_DebugErrorLogOutput.php
index 74ea9285aa9508f9b77ab21f5a3cadb8c676016d..b39adc5f7259aa0b67170300e769fa0024a8fab7 100644 (file)
@@ -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 getSeekPosition () {
+       public function determineSeekPosition () {
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }