PHP Class PhpGitHooks\Module\PhpMd\Contract\CommandHandler\PhpMdToolCommandHandler

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

Public Methods

Method Description
__construct ( PhpMdTool $phpMdTool ) PhpMdToolCommandHandler constructor.
handle ( Bruli\EventBusBundle\CommandBus\CommandInterface $command )

Method Details

__construct() public method

PhpMdToolCommandHandler constructor.
public __construct ( PhpMdTool $phpMdTool )
$phpMdTool PhpGitHooks\Module\PhpMd\Service\PhpMdTool

handle() public method

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