]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/debug/class_DebugWebOutput.php
Renamed one getSeekPosition() to determineSeekPosition().
[core.git] / inc / classes / main / debug / class_DebugWebOutput.php
index 3795d761a9ca68534345141697eb08de74f75b1e..7e781e450d7e723560c04cba7634dc5c3856cb5a 100644 (file)
@@ -85,12 +85,12 @@ class DebugWebOutput extends BaseFrameworkSystem implements Debugger, OutputStre
        }
 
        /**
-        * "Getter" for seek position
+        * Determines 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);
        }