]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/debug/class_DebugWebOutput.php
'public static final' is correct
[core.git] / inc / classes / main / debug / class_DebugWebOutput.php
index e01ba0b9135c84957d644543da2a5245a7557050..493463a1aefb2f221cfd35e7995dcf5b6a381a81 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -37,7 +37,7 @@ class DebugWebOutput extends BaseFrameworkSystem implements Debugger, OutputStre
         *
         * @return      $debugInstance  The prepared debug instance
         */
-       public final static function createDebugWebOutput () {
+       public static final function createDebugWebOutput () {
                // Get a new instance
                $debugInstance = new DebugWebOutput();
 
@@ -57,18 +57,6 @@ class DebugWebOutput extends BaseFrameworkSystem implements Debugger, OutputStre
                print(stripslashes($output)."<br />\n");
        }
 
-       /**
-        * Assigns a variable for output
-        *
-        * @param       $var    The variable we shall assign
-        * @param       $value  The value to store in the variable
-        * @return      void
-        */
-       public final function assignVariable ($var, $value) {
-               // Empty stub!
-               trigger_error(__METHOD__.": Stub!");
-       }
-
        /**
         * Output the code
         *