PHP 클래스 PhpCsFixer\AbstractProxyFixer

저자: Dariusz Rumiński ([email protected])
상속: extends AbstractFixer
파일 보기 프로젝트 열기: friendsofphp/php-cs-fixer

보호된 프로퍼티들

프로퍼티 타입 설명
$proxyFixer PhpCsFixer\Fixer\FixerInterface

공개 메소드들

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

보호된 메소드들

메소드 설명
createProxyFixer ( ) : PhpCsFixer\Fixer\FixerInterface

메소드 상세

__construct() 공개 메소드

public __construct ( )

createProxyFixer() 추상적인 보호된 메소드

abstract protected createProxyFixer ( ) : PhpCsFixer\Fixer\FixerInterface
리턴 PhpCsFixer\Fixer\FixerInterface

fix() 공개 메소드

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

getPriority() 공개 메소드

public getPriority ( )

isCandidate() 공개 메소드

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

프로퍼티 상세

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

protected FixerInterface,PhpCsFixer\Fixer $proxyFixer
리턴 PhpCsFixer\Fixer\FixerInterface