X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_;h=90411380fb6a35ec3340cdd4d1b185c0b92fbd52;hb=17fadd75e71e802ea1a0487873a4da5d10467ff9;hp=df220046153bd50dd6734855eb89c02ce6062072;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308;p=core.git diff --git a/inc/classes/main/class_ b/inc/classes/main/class_ index df220046..90411380 100644 --- a/inc/classes/main/class_ +++ b/inc/classes/main/class_ @@ -1,10 +1,10 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 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 . */ -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; } }