]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_
Don't use 'my-' as long as you don't need it
[hub.git] / application / hub / main / class_
index e332f9f2e30f1dc1edec5d96d9be25cc068c6e4f..c665c8e3bb0a605ac8beadb849ca1c1dc02fc8f9 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 /**
- * 
+ * A ???
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @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
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class ??? extends BaseHubSystem {
+class ??? extends BaseFrameworkSystem implements === {
        /**
         * Protected constructor
         *
-        * @param       $className      Name of the class
         * @return      void
         */
-       protected function __construct ($className) {
+       protected function __construct () {
                // Call parent constructor
-               parent::__construct($className);
+               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;
        }
 }