PHP 클래스 Flitch\Rule\Naming\Methods

상속: extends Flitch\Rule\AbstractRule
파일 보기 프로젝트 열기: dasprid/flitch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$format type Method name format.
$magicMethods array Magic methods to ignore.

공개 메소드들

메소드 설명
getListenerTokens ( ) : array getListenerTokens(): defined by TokenRuleInterface.
setFormat ( string $format ) : Methods Set format.
visitToken ( File $file ) : void visitToken(): defined by TokenRuleInterface.

메소드 상세

getListenerTokens() 공개 메소드

getListenerTokens(): defined by TokenRuleInterface.
또한 보기: TokenRuleInterface::getListenerTokens()
public getListenerTokens ( ) : array
리턴 array

setFormat() 공개 메소드

Set format.
public setFormat ( string $format ) : Methods
$format string
리턴 Methods

visitToken() 공개 메소드

visitToken(): defined by TokenRuleInterface.
또한 보기: TokenRuleInterface::visitToken()
public visitToken ( File $file ) : void
$file Flitch\File\File
리턴 void

프로퍼티 상세

$format 보호되어 있는 프로퍼티

Method name format.
protected type $format
리턴 type

$magicMethods 보호되어 있는 정적으로 프로퍼티

Magic methods to ignore.
protected static array $magicMethods
리턴 array