]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/personell/class_SimulatorPersonell.php
'final' added to factory methods
[shipsimu.git] / application / ship-simu / main / personell / class_SimulatorPersonell.php
index f04a029070d822c4d6b4133fe25b084a4890a624..1130bdbcda09cb7cd58d7e25acfc09f14c9e1844 100644 (file)
@@ -78,7 +78,7 @@ class SimulatorPersonell extends BasePersonell {
         * @return      $personellInstance              An instance of this object with a
         *                                                              list of personells
         */
-       public static function createSimulatorPersonell ($amountPersonell) {
+       public final static function createSimulatorPersonell ($amountPersonell) {
                // Make sure only integer can pass
                $amountPersonell = (int) $amountPersonell;