]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/class_
Sometimes 'page' is wanted, sometimes 'command' but basicly both want a command
[core.git] / inc / classes / main / class_
index d6f2e37f0ff156452d9fa1f6ab4ff5552f72fb2d..48f2751a9c2864180a63a2cd52368333fa8ced09 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 /**
- * 
+ * A ??? !!! class
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class  extends BaseFrameworkSystem {
+class ???!!! extends Base!!! implements CompileableTemplate {
        /**
         * Protected constructor
         *
@@ -30,10 +30,20 @@ class  extends BaseFrameworkSystem {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
+       }
+
+       /**
+        * Creates an instance of this !!! class and prepares it for usage
+        *
+        * @param       $appInstance    A manageable application
+        * @return      $///Instance    An instance of this !!! class
+        */
+       public final static function create???!!! (ManageableApplication $appInstance) {
+               // Get a new instance
+               $///Instance = new ???!!!();
 
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
+               // Return the prepared instance
+               return $///Instance;
        }
 }