PHP 클래스 PhpCsFixer\Linter\ProcessLinter

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

공개 메소드들

메소드 설명
__construct ( string | null $executable = null )
__destruct ( )
isAsync ( )
lintFile ( $path )
lintSource ( $source )

비공개 메소드들

메소드 설명
createProcessForFile ( string $path ) : Process Create process that lint PHP file.
createProcessForSource ( string $source ) : Process Create process that lint PHP code.
prepareCommand ( string $path ) : string Prepare command that will lint a file.

메소드 상세

__construct() 공개 메소드

public __construct ( string | null $executable = null )
$executable string | null PHP executable, null for autodetection

__destruct() 공개 메소드

public __destruct ( )

isAsync() 공개 메소드

public isAsync ( )

lintFile() 공개 메소드

public lintFile ( $path )

lintSource() 공개 메소드

public lintSource ( $source )