]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/main/output/class_ConsoleOutput.php
Code sync from ship-simu code (all class config entries must end with _class!)
[hub.git] / inc / classes / main / output / class_ConsoleOutput.php
index 7eeb854eeb926fdb3e2be7e6a72c511dba91d21e..dfba40dce91e02afa83942143d6426ebce45ea45 100644 (file)
@@ -3,11 +3,11 @@
  * This class simply puts text without any HTML code out. This class is suiable
  * for console output
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
+ * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.ship-simu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -46,7 +46,7 @@ class ConsoleOutput extends BaseFrameworkSystem implements OutputStreamer {
                $this->setObjectDescription("Console output class");
 
                // Create an unique ID
-               $this->createUniqueID();
+               $this->generateUniqueId();
        }
 
        /**