]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/middleware/debug/class_DebugMiddleware.php
createUniqueID -> generateUniqueId renamed, dataset criteria added, registration...
[shipsimu.git] / inc / classes / middleware / debug / class_DebugMiddleware.php
index 37d4ed9eb0afab8b1ea31c71fe5ae9433a0f0cbe..bbd96b579b72b53b730dba270ac4bc0f42a8bd4a 100644 (file)
@@ -4,7 +4,7 @@
  * become registered with this middleware because the back-fall class will
  * become deprecated soon.
  *
- * @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
@@ -21,7 +21,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 class DebugMiddleware extends BaseMiddleware {
        /**
@@ -47,7 +47,7 @@ class DebugMiddleware extends BaseMiddleware {
                $this->setObjectDescription("Debug-Ausgabe-Handler");
 
                // Create an unique ID
-               $this->createUniqueID();
+               $this->generateUniqueId();
 
                // Set own instance
                self::$thisInstance = $this;