1 package net.sourceforge.phpeclipse.phpeditor.php;
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.
12 public class PHPConstant extends PHPElement{
13 public PHPConstant(String Name, String Description){
14 super(Name, Description);