PHP 클래스 PhpGitHooks\Module\PhpMd\Infrastructure\Tool\PhpMdToolProcessor

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

공개 메소드들

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

비공개 메소드들

메소드 설명
execute ( string $file, string $options ) : Process
setError ( Process $process ) : null | string

메소드 상세

__construct() 공개 메소드

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

process() 공개 메소드

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