X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_;h=206702d3cd6e94be5fd259796c8e36cd31f73b2e;hb=8d140268002471697ef53b428b99202ea4d5519e;hp=992c09fbdbeffdbc95369a74ac03e1bde4fea968;hpb=0d566e56ff27dcbf25a90d513950bbf26fe71422;p=core.git diff --git a/inc/classes/main/class_ b/inc/classes/main/class_ index 992c09fb..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 * @@ -31,6 +31,20 @@ class extends BaseFrameworkSystem { // 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 ???!!!(); + + // Return the prepared instance + return $///Instance; + } } // [EOF]