PHP Class PhpGitHooks\Module\JsonLint\Contract\Command\JsonLintToolCommand

Inheritance: implements Bruli\EventBusBundle\CommandBus\CommandInterface
Mostrar archivo Open project: bruli/php-git-hooks

Public Methods

Method Description
__construct ( array $files, string $errorMessage ) JsonLintToolCommand constructor.
getErrorMessage ( ) : string
getFiles ( ) : array

Method Details

__construct() public method

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

getErrorMessage() public method

public getErrorMessage ( ) : string
return string

getFiles() public method

public getFiles ( ) : array
return array