X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_;h=206702d3cd6e94be5fd259796c8e36cd31f73b2e;hb=5935483b160f5c59957b6aac928ebb8da2943368;hp=23b54cab72a89af81342f84da822115fd39d6b23;hpb=0cd57c3885f00ad77fc599e53ed2f2d5e7ac267f;p=core.git diff --git a/inc/classes/main/class_ b/inc/classes/main/class_ index 23b54cab..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, 2009 Core Developer Team + * @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; } }