]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/structures/extended/cabines/ship/class_LuxuryCabin.php
'public static final' is correct
[shipsimu.git] / application / ship-simu / main / structures / extended / cabines / ship / class_LuxuryCabin.php
index 1b52c2f4844adf0f53818a6310927c5c9ab815ea..f6d12aec4d04c3b662b14e4c037c6b8eb129c3c6 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -29,7 +29,7 @@ class LuxuryCabin extends BaseCabin implements TradeableItem, ConstructableShipP
        }
 
        // Eine Luxuskabine erstellen
-       public final static function createLuxuryCabin ($numLuxury, $numRooms, $numBeds, $dim) {
+       public static final function createLuxuryCabin ($numLuxury, $numRooms, $numBeds, $dim) {
                // Get new instance
                $luxuryInstance = new LuxuryCabin();