]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/drives/motor/class_Motor.php
More renamed
[shipsimu.git] / application / ship-simu / main / drives / motor / class_Motor.php
index 987d0850c932cd4e597e34e923f12780297c044b..2f3479edf6db816e44022ecd7fd4d44bb2f0a3af 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A motorized drive for bigger ships
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @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
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@ class Motor extends BaseDrive implements TradeableItem, ConstructableShipPart {
        }
 
        // Einen Motor erstellen
-       public final static function createMotor ($descr, $hp, $cams, $w, $h, $l) {
+       public static final function createMotor ($descr, $hp, $cams, $w, $h, $l) {
                // Get new instance
                $motorInstance = new Motor();