PHP 클래스 PhpGitHooks\Module\Git\Service\PrePushTool

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

공개 메소드들

메소드 설명
__construct ( Bruli\EventBusBundle\QueryBus\QueryBus $queryBus, PhpGitHooks\Module\Git\Model\PrePushOriginalExecutorInterface $prePushOriginalExecutor, Symfony\Component\Console\Output\OutputInterface $output, Bruli\EventBusBundle\CommandBus\CommandBus $commandBus ) PrePushTool constructor.
execute ( string $remote, string $url )

비공개 메소드들

메소드 설명
executeOriginalHook ( string $remote, string $url, string $errorMessage )

메소드 상세

__construct() 공개 메소드

PrePushTool constructor.
public __construct ( Bruli\EventBusBundle\QueryBus\QueryBus $queryBus, PhpGitHooks\Module\Git\Model\PrePushOriginalExecutorInterface $prePushOriginalExecutor, Symfony\Component\Console\Output\OutputInterface $output, Bruli\EventBusBundle\CommandBus\CommandBus $commandBus )
$queryBus Bruli\EventBusBundle\QueryBus\QueryBus
$prePushOriginalExecutor PhpGitHooks\Module\Git\Model\PrePushOriginalExecutorInterface
$output Symfony\Component\Console\Output\OutputInterface
$commandBus Bruli\EventBusBundle\CommandBus\CommandBus

execute() 공개 메소드

public execute ( string $remote, string $url )
$remote string
$url string