PHP 클래스 PhpGitHooks\Module\PhpLint\Contract\CommandHandler\PhpLintToolCommandHandler

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

공개 메소드들

메소드 설명
__construct ( PhpLintTool $phpLintTool ) PhpLintToolCommandHandler constructor.
handle ( Bruli\EventBusBundle\CommandBus\CommandInterface $command )

메소드 상세

__construct() 공개 메소드

PhpLintToolCommandHandler constructor.
public __construct ( PhpLintTool $phpLintTool )
$phpLintTool PhpGitHooks\Module\PhpLint\Service\PhpLintTool

handle() 공개 메소드

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