PHP Класс N98\Magento\Command\System\MaintenanceCommand

Наследование: extends N98\Magento\Command\AbstractMagentoCommand
Показать файл Открыть проект

Защищенные методы

Метод Описание
_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

Описание методов

_switchOff() защищенный Метод

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

_switchOn() защищенный Метод

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

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