PHP Class PhpGitHooks\Module\PhpMd\Contract\Command\PhpMdToolCommand

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

Public Methods

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

Method Details

__construct() public method

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

getErrorMessage() public method

public getErrorMessage ( ) : string
return string

getFiles() public method

public getFiles ( ) : array
return array

getOptions() public method

public getOptions ( ) : string
return string