1 package net.sourceforge.phpeclipse.phpeditor.php;
6 * To change this generated comment edit the template variable "typecomment":
7 * Window>Preferences>Java>ObfuscatorIgnores. To enable and disable the creation
8 * of type comments go to Window>Preferences>Java>Code Generation.
10 public class PHPType extends PHPElement {
11 public PHPType(String Name, String Description) {
12 super(Name, Description);