More patterns added, part description changed to object description
[shipsimu.git] / inc / classes / main / extended / class_ObjectLimits.php
index 8cfb0ec6c78f6ac702cb8e869eb09bb835567fd3..13a658ac63d338dd69177e8681f92ac42a2515ae 100644 (file)
@@ -3,10 +3,11 @@
  * This object limits other objects. This is mostly being used to prepare
  * objects to the datatabase connection or else a lot heap would be saved.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
- * @version            0.0
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.3.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
+ * @link               http://www.mxchange.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
@@ -38,7 +39,7 @@ class ObjectLimits extends BaseFrameworkSystem {
                parent::constructor(__CLASS__);
 
                // Set part description
-               $this->setPartDescr("Limitierungsobjekt");
+               $this->setObjectDescription("Limitierungsobjekt");
 
                // Create unique ID number
                $this->createUniqueID();
@@ -102,7 +103,7 @@ class ObjectLimits extends BaseFrameworkSystem {
        /**
         * Add a string directly to the limitation list
         *
-        * @param               $str            The string we want to add directly 
+        * @param               $str            The string we want to add directly
         * @return      void
         */
        private final function addString ($str) {