Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
PhpGitHooks
Module
PhpMd
Contract
Command
PhpMdToolCommand
PHP Class PhpGitHooks\Module\PhpMd\Contract\Command\PhpMdToolCommand
Inheritance:
implements
Bruli\EventBusBundle\CommandBus\CommandInterface
ファイルを表示
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