]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/constructions/berths/class_Berth.php
New interface SignableContract introduced, some comments translated
[shipsimu.git] / application / ship-simu / main / constructions / berths / class_Berth.php
index 06eac84de27aea3e23a10989ece5a0711a9ba600..e268397149f78c79655b6053c3f50a8beeef057f 100644 (file)
@@ -16,13 +16,13 @@ class Berth extends BaseConstruction {
                        ));
                }
 
-               // Eltern-Konstruktor aufrufen
+               // Call parent constructor
                parent::constructor(__CLASS__);
 
-               // Beschreibung setzen
+               // Set description
                $this->setPartDescr("Liegeplatz");
 
-               // Unique-ID erzeugen
+               // Generate unique ID number
                $this->createUniqueID();
        }