PHP 클래스 Kohana_Sniffs_Classes_EmptyConstructorCallSniff, coding-standards

저자: Matthew Turland ([email protected])
상속: implements PHP_CodeSniffer_Sniff
파일 보기 프로젝트 열기: kohana/coding-standards

공개 메소드들

메소드 설명
process ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void Processes the tokens that this sniff is interested in.
register ( ) : array(int) Returns the token types that this sniff is interested in.

메소드 상세

process() 공개 메소드

Processes the tokens that this sniff is interested in.
public process ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr ) : void
$phpcsFile PHP_CodeSniffer_File File where the token was found
$stackPtr integer Position in the stack where the token was found
리턴 void

register() 공개 메소드

Returns the token types that this sniff is interested in.
public register ( ) : array(int)
리턴 array(int)