PHP Class PhpGitHooks\Module\Git\Contract\CommandHandler\PrePushToolCommandHandler

Inheritance: implements PhpGitHooks\Infrastructure\CommandBus\CommandBus\CommandHandlerInterface
Show file Open project: bruli/php-git-hooks Class Usage Examples

Public Methods

Method Description
__construct ( PrePushTool $prePushTool ) PrePushToolCommandHandler constructor.
handle ( Bruli\EventBusBundle\CommandBus\CommandInterface $command )

Method Details

__construct() public method

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

handle() public method

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