Renamed getPosition() -> getSeekPosition().
[core.git] / inc / classes / main / debug / class_DebugConsoleOutput.php
index f915af5e6cd614cedcadd46881e5750d1eea63c3..a4e07bbe5669e59897af861f3904508b2341823c 100644 (file)
@@ -104,7 +104,7 @@ class DebugConsoleOutput extends BaseFrameworkSystem implements Debugger, Output
         * @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);
        }