PHP 클래스 Squiz_Sniffs_WhiteSpace_MemberVarSpacingSniff, PHP_CodeSniffer

저자: Greg Sherwood ([email protected])
저자: Marc McIntyre ([email protected])
상속: extends PHP_CodeSniffer_Standards_AbstractVariableSniff
파일 보기 프로젝트 열기: squizlabs/php_codesniffer

보호된 메소드들

메소드 설명
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