PHP Class PhpGitHooks\Module\PhpCsFixer\Contract\Command\PhpCsFixerToolCommand

Inheritance: implements PhpGitHooks\Infrastructure\CommandBus\CommandBus\CommandInterface
Exibir arquivo Open project: bruli/php-git-hooks

Public Methods

Method Description
__construct ( array $files, boolean $psr0, boolean $psr1, boolean $psr2, boolean $symfony, string $options, string $errorMessage ) PhpCsFixerToolCommand constructor.
getErrorMessage ( ) : string
getFiles ( ) : array
getOptions ( ) : string
isPsr0 ( ) : boolean
isPsr1 ( ) : boolean
isPsr2 ( ) : boolean
isSymfony ( ) : boolean

Method Details

__construct() public method

PhpCsFixerToolCommand constructor.
public __construct ( array $files, boolean $psr0, boolean $psr1, boolean $psr2, boolean $symfony, string $options, string $errorMessage )
$files array
$psr0 boolean
$psr1 boolean
$psr2 boolean
$symfony boolean
$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

isPsr0() public method

public isPsr0 ( ) : boolean
return boolean

isPsr1() public method

public isPsr1 ( ) : boolean
return boolean

isPsr2() public method

public isPsr2 ( ) : boolean
return boolean

isSymfony() public method

public isSymfony ( ) : boolean
return boolean