Метод | Описание | |
---|---|---|
processMemberVar ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | Called to process class member vars. |
Метод | Описание | |
---|---|---|
processVariable ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | Called to process a normal variable. | |
processVariableInString ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | Called to process variables found in double quoted strings. |
public processMemberVar ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | ||
$phpcsFile | PHP_CodeSniffer_File | The file being scanned. |
$stackPtr | integer | The 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 | The PHP_CodeSniffer file where this token was found. |
$stackPtr | integer | The position where the double quoted string was found. |
Результат | void |
protected processVariableInString ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void | ||
$phpcsFile | PHP_CodeSniffer_File | The PHP_CodeSniffer file where this token was found. |
$stackPtr | integer | The position where the double quoted string was found. |
Результат | void |