]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/debug/class_DebugErrorLogOutput.php
Renamed getPosition() -> getSeekPosition().
[core.git] / inc / classes / main / debug / class_DebugErrorLogOutput.php
index 3289574ac4394a00f3c4e0b5a3ca3329a2e00a0b..74ea9285aa9508f9b77ab21f5a3cadb8c676016d 100644 (file)
@@ -101,7 +101,7 @@ class DebugErrorLogOutput extends BaseFrameworkSystem implements Debugger, Outpu
         * @return      $seekPosition   Current seek position
         * @throws      UnsupportedOperationException   If this method is called
         */
-       public function getPosition () {
+       public function getSeekPosition () {
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }