]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/main/console/class_ConsoleTools.php
Code base merged from ship-simu repos
[hub.git] / inc / classes / main / console / class_ConsoleTools.php
index 78dc94c90599370005620523741ce8311248bf40..ffdc18214ca599b3d3e97a2d7c5e68379e1a7947 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * This class contains static helper functions for console applications
  *
- * @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
@@ -32,10 +32,10 @@ class ConsoleTools extends BaseFrameworkSystem {
                parent::__construct(__CLASS__);
 
                // Set description
-               $this->setObjectDescription("Console-Tools");
+               $this->setObjectDescription("General console tools");
 
                // Create an unique ID
-               $this->createUniqueID();
+               $this->generateUniqueId();
        }
 
        /**