PHP Класс Squiz_Sniffs_WhiteSpace_MemberVarSpacingSniff, PHP_CodeSniffer

Автор: Greg Sherwood ([email protected])
Автор: Marc McIntyre ([email protected])
Наследование: extends PHP_CodeSniffer_Standards_AbstractVariableSniff
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

processMemberVar() защищенный Метод

Processes the function tokens within the class.
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.
Результат void

processVariable() защищенный Метод

Processes normal variables.
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.
Результат void

processVariableInString() защищенный Метод

Processes variables in double quoted strings.
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.
Результат void