]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/debug/class_DebugWebOutput.php
Renamed getPosition() -> getSeekPosition().
[core.git] / inc / classes / main / debug / class_DebugWebOutput.php
index 7b992594fba0b56923119f960f80578356cd0f5a..3795d761a9ca68534345141697eb08de74f75b1e 100644 (file)
@@ -90,7 +90,7 @@ class DebugWebOutput extends BaseFrameworkSystem implements Debugger, OutputStre
         * @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);
        }