]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/debug/class_DebugConsoleOutput.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / debug / class_DebugConsoleOutput.php
index ba5c0650866982a92495411b53b624adb6bfa366..a019c3f5697f7ae3509fe70d1d8b747f3e5d99bb 100644 (file)
  */
 class DebugConsoleOutput extends BaseFrameworkSystem implements Debugger, OutputStreamer {
        /**
-        * Private constructor
+        * Protected constructor
         *
         * @return      void
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set description
                $this->setObjectDescription("Debug-Ausgabe auf Konsole");