void processMemberVar(
File
$phpcsFile, int
$stackPtr)
Processes the function tokens within the class.
Overrides
AbstractVariableSniff::processMemberVar() (Called to process class member vars.)
Parameters:
\PHP_CodeSniffer\Files\File
$phpcsFile
—
The file where this token was found.
int
$stackPtr
—
The position where the token was found.
void processVariable(
File
$phpcsFile, int
$stackPtr)
Processes normal variables.
Overrides
AbstractVariableSniff::processVariable() (Called to process normal member vars.)
Parameters:
\PHP_CodeSniffer\Files\File
$phpcsFile
—
The file where this token was found.
int
$stackPtr
—
The position where the token was found.
void processVariableInString(
File
$phpcsFile, int
$stackPtr)
Processes variables in double quoted strings.
Overrides
AbstractVariableSniff::processVariableInString() (Called to process variables found in double quoted strings or heredocs.)
Parameters:
\PHP_CodeSniffer\Files\File
$phpcsFile
—
The file where this token was found.
int
$stackPtr
—
The position where the token was found.