PHP 클래스 PhpCsFixer\Tokenizer\CT

저자: Dariusz Rumiński ([email protected])
파일 보기 프로젝트 열기: friendsofphp/php-cs-fixer 1 사용 예제들

공개 메소드들

메소드 설명
getName ( integer $value ) : string Get name for custom token.
has ( integer $value ) : boolean Check if given custom token exists.

비공개 메소드들

메소드 설명
__construct ( )
getMapById ( )

메소드 상세

getName() 공개 정적인 메소드

Get name for custom token.
public static getName ( integer $value ) : string
$value integer custom token value
리턴 string

has() 공개 정적인 메소드

Check if given custom token exists.
public static has ( integer $value ) : boolean
$value integer custom token value
리턴 boolean