PHP Class PhpGitHooks\Module\PhpLint\Contract\CommandHandler\PhpLintToolCommandHandler

Inheritance: implements PhpGitHooks\Infrastructure\CommandBus\CommandBus\CommandHandlerInterface
Afficher le fichier Open project: bruli/php-git-hooks Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( PhpLintTool $phpLintTool ) PhpLintToolCommandHandler constructor.
handle ( Bruli\EventBusBundle\CommandBus\CommandInterface $command )

Method Details

__construct() public méthode

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

handle() public méthode

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