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
N98
Util
Console
Enabler
PHP Class N98\Util\Console\Enabler
Utility class to check console command requirements to be "enabled".
See also:
N98\Magento\Command\Database\DumpCommand::execute()
ファイルを表示
Open project: netz98/n98-magerun
Class Usage Examples
Public Methods
Method
Description
__construct
(
Command
$command
)
functionExists
(
$name
)
operatingSystemIsNotWindows
( )
Private Methods
Method
Description
assert
(
$condition
,
$message
)
Method Details
__construct()
public
method
public
__construct
(
Command
$command
)
$command
Symfony\Component\Console\Command\Command
functionExists()
public
method
public
functionExists
(
$name
)
operatingSystemIsNotWindows()
public
method
public
operatingSystemIsNotWindows
( )