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

상속: extends N98\Magento\Command\AbstractMagentoCommand
파일 보기 프로젝트 열기: netz98/n98-magerun

보호된 메소드들

메소드 설명
_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