PHP Class N98\Magento\Command\System\CheckCommand

Inheritance: extends N98\Magento\Command\AbstractMagentoCommand
Show file Open project: netz98/n98-magerun Class Usage Examples

Protected Methods

Method Description
_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

Private Methods

Method Description
_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 )

Method Details

_invokeCheckClass() protected method

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

_printResults() protected method

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 method

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 method

protected configure ( )

execute() protected method

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
return integer | void