PHP 클래스 PhpGitHooks\Module\PhpUnit\Contract\CommandHandler\PhpUnitToolCommandHandler

상속: implements PhpGitHooks\Infrastructure\CommandBus\CommandBus\CommandHandlerInterface
파일 보기 프로젝트 열기: bruli/php-git-hooks 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( PhpUnitToolExecutor $phpUnitToolExecutor ) PhpUnitToolCommandHandler constructor.
handle ( Bruli\EventBusBundle\CommandBus\CommandInterface $command )

메소드 상세

__construct() 공개 메소드

PhpUnitToolCommandHandler constructor.
public __construct ( PhpUnitToolExecutor $phpUnitToolExecutor )
$phpUnitToolExecutor PhpGitHooks\Module\PhpUnit\Service\PhpUnitToolExecutor

handle() 공개 메소드

public handle ( Bruli\EventBusBundle\CommandBus\CommandInterface $command )
$command Bruli\EventBusBundle\CommandBus\CommandInterface