Config editor through XML file
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / php / PHPConstant.java
1 package net.sourceforge.phpeclipse.phpeditor.php;
2
3
4 /**
5  * @author Choochter
6  *
7  * To change this generated comment edit the template variable "typecomment":
8  * Window>Preferences>Java>Templates.
9  * To enable and disable the creation of type comments go to
10  * Window>Preferences>Java>Code Generation.
11  */
12 public class PHPConstant extends PHPElement{
13         public PHPConstant(String Name, String Description){
14         super(Name, Description);
15         }
16 }