Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
PhpGitHooks
Module
PhpCs
Contract
Command
PhpCsToolCommand
PHP Class PhpGitHooks\Module\PhpCs\Contract\Command\PhpCsToolCommand
Inheritance:
implements
Bruli\EventBusBundle\CommandBus\CommandInterface
Mostrar archivo
Open project: bruli/php-git-hooks
Public Methods
Method
Description
__construct
(
array
$files
,
string
$standard
,
string
$errorMessage
)
PhpCsToolCommand constructor.
getErrorMessage
( ) :
string
getFiles
( ) :
array
getStandard
( ) :
string
Method Details
__construct()
public
method
PhpCsToolCommand constructor.
public
__construct
(
array
$files
,
string
$standard
,
string
$errorMessage
)
$files
array
$standard
string
$errorMessage
string
getErrorMessage()
public
method
public
getErrorMessage
( ) :
string
return
string
getFiles()
public
method
public
getFiles
( ) :
array
return
array
getStandard()
public
method
public
getStandard
( ) :
string
return
string