PHP 클래스 PhpGitHooks\Module\Git\Contract\CommandHandler\PrePushToolCommandHandler

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

공개 메소드들

메소드 설명
__construct ( PrePushTool $prePushTool ) PrePushToolCommandHandler constructor.
handle ( Bruli\EventBusBundle\CommandBus\CommandInterface $command )

메소드 상세

__construct() 공개 메소드

PrePushToolCommandHandler constructor.
public __construct ( PrePushTool $prePushTool )
$prePushTool PhpGitHooks\Module\Git\Service\PrePushTool

handle() 공개 메소드

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