]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/constructions/class_BaseConstruction.php
getter, setter are all final; several code clean-ups
[shipsimu.git] / application / ship-simu / main / constructions / class_BaseConstruction.php
index 014d27853b91989848a845a65fbe04847fdf491b..8edd23d33476c3593d587a60d3d857327b28606a 100644 (file)
@@ -17,11 +17,16 @@ class BaseConstruction extends BaseSimulator {
                // Set description
                $this->setPartDescr("Namenlose Landkonstruktion");
 
-               // Etwas aufraeumen (brauchen wir hier nicht)
+               // Clean up a little
                $this->removeNumberFormaters();
        }
 
-       // Konstruktor aufrufen
+       /**
+        * Calls the private constructor
+        *
+        * @param       $class  The class' name
+        * @return      void
+        */
        public function constructor ($class) {
                $this->__construct($class);
        }