PHP Class N98\Magento\Command\System\MaintenanceCommand

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

Protected Methods

Method Description
_switchOff ( Symfony\Component\Console\Output\OutputInterface $output, string $flagFile )
_switchOn ( Symfony\Component\Console\Output\OutputInterface $output, $flagFile )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void

Method Details

_switchOff() protected method

protected _switchOff ( Symfony\Component\Console\Output\OutputInterface $output, string $flagFile )
$output Symfony\Component\Console\Output\OutputInterface
$flagFile string

_switchOn() protected method

protected _switchOn ( Symfony\Component\Console\Output\OutputInterface $output, $flagFile )
$output Symfony\Component\Console\Output\OutputInterface
$flagFile

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