PHP 클래스 PhpGitHooks\Module\JsonLint\Infrastructure\Tool\JsonLintProcessor

상속: implements PhpGitHooks\Module\JsonLint\Model\JsonLintProcessorInterface
파일 보기 프로젝트 열기: bruli/php-git-hooks

공개 메소드들

메소드 설명
__construct ( ToolPathFinder $toolPathFinder ) JsonLintProcessor constructor.
process ( string $file ) : string

비공개 메소드들

메소드 설명
execute ( string $file ) : Process
setErrors ( Process $process ) : string

메소드 상세

__construct() 공개 메소드

JsonLintProcessor constructor.
public __construct ( ToolPathFinder $toolPathFinder )
$toolPathFinder PhpGitHooks\Infrastructure\Tool\ToolPathFinder

process() 공개 메소드

public process ( string $file ) : string
$file string
리턴 string