PHP 클래스 N98\Magento\Command\System\Check\Filesystem\FilesCheck

상속: implements N98\Magento\Command\System\Check\SimpleCheck, implements N98\Magento\Command\CommandAware, implements N98\Magento\Command\CommandConfigAware
파일 보기 프로젝트 열기: netz98/n98-magerun

보호된 프로퍼티들

프로퍼티 타입 설명
$_checkCommand N98\Magento\Command\System\CheckCommand
$_commandConfig array

공개 메소드들

메소드 설명
check ( N98\Magento\Command\System\Check\ResultCollection $results )
setCommand ( Command $command )
setCommandConfig ( array $commandConfig )

메소드 상세

check() 공개 메소드

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

setCommand() 공개 메소드

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

setCommandConfig() 공개 메소드

public setCommandConfig ( array $commandConfig )
$commandConfig array

프로퍼티 상세

$_checkCommand 보호되어 있는 프로퍼티

protected CheckCommand,N98\Magento\Command\System $_checkCommand
리턴 N98\Magento\Command\System\CheckCommand

$_commandConfig 보호되어 있는 프로퍼티

protected array $_commandConfig
리턴 array