refactory: added UI removed from core plugin.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / phpeditor / php / PHPType.java
1 package net.sourceforge.phpeclipse.phpeditor.php;
2
3 /**
4  * @author Choochter
5  * 
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.
9  */
10 public class PHPType extends PHPElement {
11         public PHPType(String Name, String Description) {
12                 super(Name, Description);
13         }
14 }