X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fhub%2Fmain%2Fclass_;h=c665c8e3bb0a605ac8beadb849ca1c1dc02fc8f9;hb=4b0f19c8180418d0f603698e1737a6041e843634;hp=2afb25d1d83f6076a4030bcc14e6eb88c3d8e0d5;hpb=32985b2aa1f79b16fb9dc2a98e997cd4f9790ab2;p=hub.git diff --git a/application/hub/main/class_ b/application/hub/main/class_ index 2afb25d1d..c665c8e3b 100644 --- a/application/hub/main/class_ +++ b/application/hub/main/class_ @@ -1,10 +1,10 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Hub Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub 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 BaseHubSystem { +class ??? extends BaseFrameworkSystem implements === { /** * Protected constructor * @@ -31,6 +31,19 @@ class ??? extends BaseHubSystem { // Call parent constructor parent::__construct(__CLASS__); } + + /** + * Creates an instance of this class + * + * @return $!!!Instance An instance of a === class + */ + public final static function create??? () { + // Get new instance + $!!!Instance = new ???(); + + // Return the prepared instance + return $!!!Instance; + } } // [EOF]