]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/class_
Satisfied Pointer interface, but it will throw an exception ... ;-)
[core.git] / inc / classes / main / class_
index df220046153bd50dd6734855eb89c02ce6062072..206702d3cd6e94be5fd259796c8e36cd31f73b2e 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 /**
- * 
+ * A ??? !!! class
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @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 <http://www.gnu.org/licenses/>.
  */
-class  extends BaseFrameworkSystem {
+class ???!!! extends Base!!! implements CompileableTemplate {
        /**
         * Protected constructor
         *
@@ -30,10 +30,20 @@ class  extends BaseFrameworkSystem {
        protected function __construct () {
                // 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 ???!!!();
 
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
+               // Return the prepared instance
+               return $///Instance;
        }
 }