PHP 클래스 PhpGitHooks\Module\PhpCsFixer\Service\PhpCsFixerTool

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

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Console\Output\OutputInterface $output, PhpGitHooks\Module\PhpCsFixer\Model\PhpCsFixerToolProcessorInterface $phpCsFixerToolProcessor ) PhpCsFixerTool constructor.
execute ( array $files, boolean $psr0, boolean $psr1, boolean $psr2, boolean $symfony, string $options, string $errorMessage )

비공개 메소드들

메소드 설명
executeTool ( array $files, string $level, string $options, string $errorMessage )

메소드 상세

__construct() 공개 메소드

PhpCsFixerTool constructor.
public __construct ( Symfony\Component\Console\Output\OutputInterface $output, PhpGitHooks\Module\PhpCsFixer\Model\PhpCsFixerToolProcessorInterface $phpCsFixerToolProcessor )
$output Symfony\Component\Console\Output\OutputInterface
$phpCsFixerToolProcessor PhpGitHooks\Module\PhpCsFixer\Model\PhpCsFixerToolProcessorInterface

execute() 공개 메소드

public execute ( array $files, boolean $psr0, boolean $psr1, boolean $psr2, boolean $symfony, string $options, string $errorMessage )
$files array
$psr0 boolean
$psr1 boolean
$psr2 boolean
$symfony boolean
$options string
$errorMessage string