PHP 클래스 PhpGitHooks\Module\PhpMd\Service\PhpMdTool

파일 보기 프로젝트 열기: bruli/php-git-hooks 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Console\Output\OutputInterface $output, PhpGitHooks\Module\PhpMd\Model\PhpMdToolProcessorInterface $phpMdToolProcessor ) PhpMdTool constructor.
execute ( array $files, string $options, string $errorMessage )

메소드 상세

__construct() 공개 메소드

PhpMdTool constructor.
public __construct ( Symfony\Component\Console\Output\OutputInterface $output, PhpGitHooks\Module\PhpMd\Model\PhpMdToolProcessorInterface $phpMdToolProcessor )
$output Symfony\Component\Console\Output\OutputInterface
$phpMdToolProcessor PhpGitHooks\Module\PhpMd\Model\PhpMdToolProcessorInterface

execute() 공개 메소드

public execute ( array $files, string $options, string $errorMessage )
$files array
$options string
$errorMessage string