PhpGitHooks\Module\PhpMd\Contract\Command\PhpMdToolCommand::__construct PHP Method

__construct() public method

PhpMdToolCommand constructor.
public __construct ( array $files, string $options, string $errorMessage )
$files array
$options string
$errorMessage string
    public function __construct(array $files, $options, $errorMessage)
    {
        $this->files = $files;
        $this->errorMessage = $errorMessage;
        $this->options = $options;
    }