]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/extended/class_ObjectLimits.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / extended / class_ObjectLimits.php
index 880928d70f2757620524843177285886005bf49d..a2eccc39dca768a9560e2404cb077542389a4434 100644 (file)
@@ -30,13 +30,13 @@ class ObjectLimits extends BaseFrameworkSystem {
        private $limitArray = null;
 
        /**
-        * Private constructor
+        * Protected constructor
         *
         * @return      void
         */
-       private final function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set part description
                $this->setObjectDescription("Limitierungsobjekt");