PHP 클래스 N98\Magento\Command\System\CheckCommand

상속: extends N98\Magento\Command\AbstractMagentoCommand
파일 보기 프로젝트 열기: netz98/n98-magerun 1 사용 예제들

보호된 메소드들

메소드 설명
_invokeCheckClass ( N98\Magento\Command\System\Check\ResultCollection $results, string $checkGroupClass )
_printResults ( Symfony\Component\Console\Output\OutputInterface $output, N98\Magento\Command\System\Check\ResultCollection $results )
_printTable ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, N98\Magento\Command\System\Check\ResultCollection $results )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void

비공개 메소드들

메소드 설명
_createCheck ( string $checkGroupClass ) : object
_markCheckWarning ( N98\Magento\Command\System\Check\ResultCollection $results, string $context, string $checkGroupClass )
checkStores ( N98\Magento\Command\System\Check\ResultCollection $results, string $checkGroupClass, N98\Magento\Command\System\Check\StoreCheck $check )
checkWebsites ( N98\Magento\Command\System\Check\ResultCollection $results, string $checkGroupClass, N98\Magento\Command\System\Check\WebsiteCheck $check )

메소드 상세

_invokeCheckClass() 보호된 메소드

protected _invokeCheckClass ( N98\Magento\Command\System\Check\ResultCollection $results, string $checkGroupClass )
$results N98\Magento\Command\System\Check\ResultCollection
$checkGroupClass string name

_printResults() 보호된 메소드

protected _printResults ( Symfony\Component\Console\Output\OutputInterface $output, N98\Magento\Command\System\Check\ResultCollection $results )
$output Symfony\Component\Console\Output\OutputInterface
$results N98\Magento\Command\System\Check\ResultCollection

_printTable() 보호된 메소드

protected _printTable ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, N98\Magento\Command\System\Check\ResultCollection $results )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$results N98\Magento\Command\System\Check\ResultCollection

configure() 보호된 메소드

protected configure ( )

execute() 보호된 메소드

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
리턴 integer | void