]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/debug/class_DebugWebOutput.php
Interface OutputStreamer has no longer assignVariable()
[core.git] / inc / classes / main / debug / class_DebugWebOutput.php
index e01ba0b9135c84957d644543da2a5245a7557050..3ff18e99047ee92d03b15b413750ca08e49fe28a 100644 (file)
@@ -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
         *