]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/constructions/berths/class_Berth.php
createUniqueID -> generateUniqueId renamed, dataset criteria added, registration...
[shipsimu.git] / application / ship-simu / main / constructions / berths / class_Berth.php
index 160b7bf4473818384d9b426d68c80a34029f712d..512cf74e949c4cbec9ea579ec0914e3bb71bf0f4 100644 (file)
@@ -37,24 +37,7 @@ class Berth extends BaseConstruction {
                $this->setObjectDescription("Liegeplatz");
 
                // Generate unique ID number
-               $this->createUniqueID();
-       }
-
-       /**
-        * Stub!
-        */
-       public function saveObjectToDatabase () {
-               $this->getDebugInstance()->output(sprintf("[%s:] Stub <strong>%s</strong> erreicht.",
-                       $this->__toString(),
-                       __FUNCTION__
-               ));
-       }
-
-       /**
-        * Limits this object with an ObjectLimits instance
-        */
-       public function limitObject (ObjectLimits $limitInstance) {
-               ApplicationEntryPoint::app_die("".__METHOD__." reached! Stub!");
+               $this->generateUniqueId();
        }
 }