PHP_CodeSniffer_Standards_AbstractScopeSniff | --Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff
Ensures method names are correct depending on whether they are public or private, and that functions are named correctly.
[line 87]
A list of all PHP magic functions.[line 43]
A list of all PHP magic methods.[line 68]
A list of all PHP non-magic methods starting with a double underscore.These come from PHP modules such as SOAPClient.
[line 94]
If TRUE, the string must not have two capital letters next to each other.Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff __construct(
)
Overridden in child classes as:
void processTokenOutsideScope(
PHP_CodeSniffer_File
$phpcsFile, int
$stackPtr)
Overridden in child classes as:
void processTokenWithinScope(
PHP_CodeSniffer_File
$phpcsFile, int
$stackPtr, int
$currScope)
Overridden in child classes as: