]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/menu/class_ShipSimu
TODOs.txt updated, typo fixed
[shipsimu.git] / application / ship-simu / main / menu / class_ShipSimu
index 44fcbb0cd2b6948bf44d1b2e027a31b67c58f601..93970dece6ba6cb83f4f665e179a2c5677f50f88 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * A menu class for Ship-Simu
+ * A ??? menu class for Ship-Simu
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
@@ -35,16 +35,12 @@ class ShipSimu???Menu extends BaseMenu implements RenderableMenu {
        /**
         * Creates an instance of this class
         *
-        * @param       $appInstance    A manageable application instance
         * @return      $menuInstance   An instance of this class
         */
-       public final static function createShipSimu???Menu (ManageableApplication $appInstance) {
+       public final static function createShipSimu???Menu () {
                // Get a new instance
                $menuInstance = new ShipSimu???Menu();
 
-               // Set the app instance
-               $menuInstance->setApplicationInstance($appInstance);
-
                // Return the prepared instance
                return $menuInstance;
        }