PhpGitHooks\Module\JsonLint\Service\JsonLintToolExecutor::__construct PHP Метод

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

JsonLintToolExecutor constructor.
public __construct ( PhpGitHooks\Module\JsonLint\Model\JsonLintProcessorInterface $jsonLintProcessor, Symfony\Component\Console\Output\OutputInterface $output )
$jsonLintProcessor PhpGitHooks\Module\JsonLint\Model\JsonLintProcessorInterface
$output Symfony\Component\Console\Output\OutputInterface
    public function __construct(JsonLintProcessorInterface $jsonLintProcessor, OutputInterface $output)
    {
        $this->jsonLintProcessor = $jsonLintProcessor;
        $this->output = $output;
    }
JsonLintToolExecutor