Method | Description | |
---|---|---|
processMemberVar ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | Processes the function tokens within the class. | |
processVariable ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | Processes normal variables. | |
processVariableInString ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | Processes variables in double quoted strings. |
protected processMemberVar ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | ||
$phpcsFile | PHP_CodeSniffer_File | The file where this token was found. |
$stackPtr | integer | The position where the token was found. |
return | void |
protected processVariable ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | ||
$phpcsFile | PHP_CodeSniffer_File | The file where this token was found. |
$stackPtr | integer | The position where the token was found. |
return | void |
protected processVariableInString ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | ||
$phpcsFile | PHP_CodeSniffer_File | The file where this token was found. |
$stackPtr | integer | The position where the token was found. |
return | void |