Config editor through XML file
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / php / PHPConstant.java
diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PHPConstant.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PHPConstant.java
new file mode 100644 (file)
index 0000000..68119e7
--- /dev/null
@@ -0,0 +1,16 @@
+package net.sourceforge.phpeclipse.phpeditor.php;
+
+
+/**
+ * @author Choochter
+ *
+ * To change this generated comment edit the template variable "typecomment":
+ * Window>Preferences>Java>Templates.
+ * To enable and disable the creation of type comments go to
+ * Window>Preferences>Java>Code Generation.
+ */
+public class PHPConstant extends PHPElement{
+       public PHPConstant(String Name, String Description){
+       super(Name, Description);
+       }
+}
\ No newline at end of file