]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/main/debug/class_DebugWebOutput.php
core code merged, interfaces OutputStreamer implemented
[hub.git] / inc / classes / main / debug / class_DebugWebOutput.php
index d913ce6e295a26139f231aa75a46582e1fa5b084..ee3ae81b4c8fe373bd9ac46d490e16ef90f30e8a 100644 (file)
@@ -68,7 +68,7 @@ class DebugWebOutput extends BaseFrameworkSystem implements Debugger, OutputStre
         * @param               $value  The value to store in the variable
         * @return      void
         */
-       function assignVariable ($var, $value) {
+       public final function assignVariable ($var, $value) {
                // Empty stub!
                trigger_error(__METHOD__.": Stub!");
        }
@@ -78,7 +78,8 @@ class DebugWebOutput extends BaseFrameworkSystem implements Debugger, OutputStre
         *
         * @return      void
         */
-       function output ($outStream=false) {
+       public final function output ($outStream=false) {
+               // Empty output will be silently ignored
                if ($outStream !== false) {
                        $this->outputStream($outStream);
                }