PHP Класс PhpGitHooks\Module\JsonLint\Contract\Command\JsonLintToolCommand

Наследование: implements Bruli\EventBusBundle\CommandBus\CommandInterface
Показать файл Открыть проект

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

Метод Описание
__construct ( array $files, string $errorMessage ) JsonLintToolCommand constructor.
getErrorMessage ( ) : string
getFiles ( ) : array

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

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

JsonLintToolCommand constructor.
public __construct ( array $files, string $errorMessage )
$files array
$errorMessage string

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

public getErrorMessage ( ) : string
Результат string

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

public getFiles ( ) : array
Результат array