PHP Class N98\Magento\Command\System\Check\Filesystem\FilesCheck

Inheritance: implements N98\Magento\Command\System\Check\SimpleCheck, implements N98\Magento\Command\CommandAware, implements N98\Magento\Command\CommandConfigAware
Show file Open project: netz98/n98-magerun

Protected Properties

Property Type Description
$_checkCommand N98\Magento\Command\System\CheckCommand
$_commandConfig array

Public Methods

Method Description
check ( N98\Magento\Command\System\Check\ResultCollection $results )
setCommand ( Command $command )
setCommandConfig ( array $commandConfig )

Method Details

check() public method

public check ( N98\Magento\Command\System\Check\ResultCollection $results )
$results N98\Magento\Command\System\Check\ResultCollection

setCommand() public method

public setCommand ( Command $command )
$command Symfony\Component\Console\Command\Command

setCommandConfig() public method

public setCommandConfig ( array $commandConfig )
$commandConfig array

Property Details

$_checkCommand protected property

protected CheckCommand,N98\Magento\Command\System $_checkCommand
return N98\Magento\Command\System\CheckCommand

$_commandConfig protected property

protected array $_commandConfig
return array