]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/ships/passenger/class_PassengerShip.php
TODO tag rewritten, first login action (empty for now) added
[shipsimu.git] / application / ship-simu / main / ships / passenger / class_PassengerShip.php
index b78f7dd3f50b1cbe7d51ef101f8d903fefc36b44..cbe0a2225b5cc20dbd45bbeaaa1e5cde606a5941 100644 (file)
@@ -49,7 +49,7 @@ class PassengerShip extends BaseShip implements ConstructableShip, LimitableObje
                                __CLASS__,
                                __LINE__
                        ));
-               }
+               } // END - if
 
                // Set ship's name
                $passInstance->setShipName($shipName);
@@ -66,7 +66,7 @@ class PassengerShip extends BaseShip implements ConstructableShip, LimitableObje
                if (is_null($struct)) {
                        // Empty structures list!
                        throw new EmptyStructuresListException($this, self::EXCEPTION_EMPTY_STRUCTURES_ARRAY);
-               }
+               } // END - if
 
                // Anzahl Betten auf 0 setzen
                $numBeds = 0;
@@ -108,7 +108,7 @@ class PassengerShip extends BaseShip implements ConstructableShip, LimitableObje
                                        $el->getObjectDescription()
                                ));
                        }
-               }
+               } // END - for
 
                if ((defined('DEBUG_SHIP')) || (defined('DEBUG_ALL'))) $this->getDebugInstance()->output(sprintf("[%s:%d] Das <strong>%s</strong> mit dem Namen <strong>%s</strong> hat <strong>%d</strong> Betten.<br />\n",
                        __CLASS__,
@@ -125,10 +125,10 @@ class PassengerShip extends BaseShip implements ConstructableShip, LimitableObje
        /**
         * Reduces the volume of a processed object.
         *
-        * @param               $limitInstance          An instance to ObjectLimits which holds
-        *                              attribute names that we want to include in the processing
-        *                              phase. Other attributes except $uniqueID and $realClass will
-        *                              be ignored and keept out.
+        * @param       $limitInstance  An instance to ObjectLimits which holds
+        *                      attribute names that we want to include in the processing phase.
+        *                      Other attributes except $uniqueID and $realClass will be ignored
+        *                      and keept out.
         * @return      void
         */
        function limitObject (ObjectLimits $limitInstance) {