Several MVC classes added, entryPoint method rewritten
[shipsimu.git] / inc / classes / interfaces / application / class_ManageableApplication.php
index 81ff0c44929e31c4f6c14e95ac4a0f0ca195edca..5bb3dac1bba97009a9d59ae746943e404093bb3d 100644 (file)
@@ -8,10 +8,10 @@
  * - And many more...
  *
  * @author             Roland Haeder <webmaster@mxchange.org>
- * @version            0.3.0
+ * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.mxchange.org
+ * @link               http://www.ship-simu.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
@@ -71,6 +71,13 @@ interface ManageableApplication extends FrameworkInterface {
         */
        function setAppShortName ($shortName);
 
+       /**
+        * Getter for master template name
+        *
+        * @return      $masterTemplate         Name of the master template
+        */
+       function getMasterTemplate ();
+
        /**
         * Launches the application
         *