All XML-parsing-related stuff refactured to new XmlParser class
[core.git] / inc / classes / main / class_
index 992c09fbdbeffdbc95369a74ac03e1bde4fea968..c5fe84ee8b192b028579a8a9d96a87bca6a7122a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * 
+ * A ??? !!! class
  *
  * @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 BaseFrameworkSystem {
+class ???!!! extends Base!!! implements CompileableTemplate {
        /**
         * Protected constructor
         *
@@ -31,6 +31,19 @@ class  extends BaseFrameworkSystem {
                // Call parent constructor
                parent::__construct(__CLASS__);
        }
+
+       /**
+        * Creates an instance of the class !!! and prepares it for usage
+        *
+        * @param       $appInstance    A manageable application
+        * @return      $///Instance    An instance of !!!
+       public final static function create???!!! (ManageableApplication $appInstance) {
+               // Get a new instance
+               $///Instance = new ???!!!();
+
+               // Return the prepared instance
+               return $///Instance;
+       }
 }
 
 // [EOF]