Package net.sourceforge.pmd.lang.php
Class PhpLanguageModule
- java.lang.Object
-
- net.sourceforge.pmd.lang.BaseLanguageModule
-
- net.sourceforge.pmd.lang.php.PhpLanguageModule
-
- All Implemented Interfaces:
java.lang.Comparable<net.sourceforge.pmd.lang.Language>,net.sourceforge.pmd.lang.Language
public class PhpLanguageModule extends net.sourceforge.pmd.lang.BaseLanguageModuleLanguage Module for PHP.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAMEThe name.static java.lang.StringTERSE_NAMEThe terse name.
-
Constructor Summary
Constructors Constructor Description PhpLanguageModule()Create a new instance of the PHP Language Module.
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
The name.- See Also:
- Constant Field Values
-
TERSE_NAME
public static final java.lang.String TERSE_NAME
The terse name.- See Also:
- Constant Field Values
-
-