PHP Класс PhpGitHooks\Module\JsonLint\Contract\CommandHandler\JsonLintToolCommandHandler

Наследование: implements PhpGitHooks\Infrastructure\CommandBus\CommandBus\CommandHandlerInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( JsonLintTool $jsonLintTool ) JsonLintToolCommandHandler constructor.
handle ( Bruli\EventBusBundle\CommandBus\CommandInterface $command )

Описание методов

__construct() публичный Метод

JsonLintToolCommandHandler constructor.
public __construct ( JsonLintTool $jsonLintTool )
$jsonLintTool PhpGitHooks\Module\JsonLint\Service\JsonLintTool

handle() публичный Метод

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