PHP 클래스 Yii2_Sniffs_Properties_PrivatePropertiesUnderscoreSniff

This Sniff check if a underscore is missing before private property name. The private property name is identified by the PHP token T_VARIABLE The private visibility is identified by the PHP token T_PRIVATE
상속: implements PHP_CodeSniffer_Sniff
파일 보기 프로젝트 열기: yiisoft/yii2-coding-standards

공개 메소드들

메소드 설명
process ( PHP_CodeSniffer_File $file, $pointer )
register ( )

메소드 상세

process() 공개 메소드

public process ( PHP_CodeSniffer_File $file, $pointer )
$file PHP_CodeSniffer_File

register() 공개 메소드

public register ( )