PHP 클래스 PhpCsFixer\Fixer\ClassNotation\ProtectedToPrivateFixer

저자: Filippo Tessarotto ([email protected])
저자: SpacePossum
상속: extends PhpCsFixer\AbstractFixer
파일 보기 프로젝트 열기: friendsofphp/php-cs-fixer

공개 메소드들

메소드 설명
fix ( SplFileInfo $file, Tokens $tokens )
getPriority ( )
isCandidate ( Tokens $tokens )

보호된 메소드들

메소드 설명
getDescription ( )

비공개 메소드들

메소드 설명
fixClass ( Tokens $tokens, integer $classIndex, integer $classOpenIndex, integer $classCloseIndex )
skipClass ( Tokens $tokens, integer $classIndex, integer $classOpenIndex, integer $classCloseIndex ) : boolean Decide whether or not skip the fix for given class.

메소드 상세

fix() 공개 메소드

public fix ( SplFileInfo $file, Tokens $tokens )
$file SplFileInfo
$tokens PhpCsFixer\Tokenizer\Tokens

getDescription() 보호된 메소드

protected getDescription ( )

getPriority() 공개 메소드

public getPriority ( )

isCandidate() 공개 메소드

public isCandidate ( Tokens $tokens )
$tokens PhpCsFixer\Tokenizer\Tokens