PHP 클래스 phpbb_Sniffs_Namespaces_UnusedUseSniff

상속: implements PHP_CodeSniffer_Sniff
파일 보기 프로젝트 열기: phpbb/phpbb

공개 메소드들

메소드 설명
process ( PHP_CodeSniffer_File $phpcsFile, $stackPtr )
register ( )

보호된 메소드들

메소드 설명
check ( $phpcsFile, $found_name, $full_name, $short_name, $line )

비공개 메소드들

메소드 설명
checkDocblock ( PHP_CodeSniffer_File $phpcsFile, $comment_end, array $tokens, string $class_name_full, string $class_name_short ) : boolean
should_ignore_use ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : boolean Check if this use statement is part of the namespace block.

메소드 상세

check() 보호된 메소드

protected check ( $phpcsFile, $found_name, $full_name, $short_name, $line )

process() 공개 메소드

public process ( PHP_CodeSniffer_File $phpcsFile, $stackPtr )
$phpcsFile PHP_CodeSniffer_File

register() 공개 메소드

public register ( )