]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/debug/class_DebugConsoleOutput.php
Interface OutputStreamer has no longer assignVariable()
[core.git] / inc / classes / main / debug / class_DebugConsoleOutput.php
index f5588458d9b72c0395cfc1648994e2a528742c45..6bf372f8546d72932bb546bb87c3ce77d5901538 100644 (file)
@@ -59,18 +59,6 @@ class DebugConsoleOutput extends BaseFrameworkSystem implements Debugger, Output
                printf("%s\n", $output);
        }
 
-       /**
-        * 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
         *