X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_;h=206702d3cd6e94be5fd259796c8e36cd31f73b2e;hp=df220046153bd50dd6734855eb89c02ce6062072;hb=4d5e646e386c113daa781f39b90ae4ec7ee17de9;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308 diff --git a/inc/classes/main/class_ b/inc/classes/main/class_ index df220046..206702d3 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 - 2012 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; } }