]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_
Network package handling added (unfinished)
[hub.git] / application / hub / main / class_
index 2afb25d1d83f6076a4030bcc14e6eb88c3d8e0d5..9f2dcb69606a525ba25c57d74e3bfd15cfcf59a7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * 
+ * A ???
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
@@ -21,7 +21,7 @@
  * 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 {
        /**
         * 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]