]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_
Deprecated visitor removed, new added, rewrites:
[hub.git] / application / hub / main / class_
index e332f9f2e30f1dc1edec5d96d9be25cc068c6e4f..ea4538679e37fa0cf26e93d3258a6b8a62846733 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * 
+ * A ???
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
  * 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;
        }
 }