X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/obfuscator/PHPIdentifier.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/obfuscator/PHPIdentifier.java index c485caf..fab771e 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/obfuscator/PHPIdentifier.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/obfuscator/PHPIdentifier.java @@ -13,6 +13,8 @@ public class PHPIdentifier { public final static int DEFINE = 5; public final static int CONSTRUCTOR = 6; public final static int GLOBAL_VARIABLE = 7; + public final static int EXTENDS = 8; + public final static int IMPLEMENTS = 9; private String fIdentifier;