ValidVariableName
Checks the naming of member variables.
Scope
PEAR.NamingConventions.ValidVariableName
Description
Private member variable names should be prefixed with an underscore and public/protected variable names should not.
Usage
xml
<rule ref="PEAR.NamingConventions.ValidVariableName"></rule>
Examples
No Examples Available
Please edit this page through Github to add examples.