Метод | Описание | |
---|---|---|
processMemberVar ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | Processes class member variables. | |
processVariable ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | Processes normal variables. | |
processVariableInString ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | Processes interpolated variables in double quoted strings. |
Метод | Описание | |
---|---|---|
validateName ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : boolean | Supporting method to validate variable names. |
protected processMemberVar ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | ||
$phpcsFile | PHP_CodeSniffer_File | File being scanned |
$stackPtr | integer | Position of the current token in the stack passed in $tokens |
Результат | void |
protected processVariable ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | ||
$phpcsFile | PHP_CodeSniffer_File | File where this token was found |
$stackPtr | integer | Position where the token was found |
Результат | void |
protected processVariableInString ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | ||
$phpcsFile | PHP_CodeSniffer_File | File where this token was found |
$stackPtr | integer | Position where the token was found |
Результат | void |