SiteDownCommand
继承自 AbstractCommand用于将网站置于脱机模式的控制台命令包装器
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
configure
初始化命令。
configure() :
自 |
4.0.0 |
---|
响应
void
configureIO
配置 IO
configureIO(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
自 |
4.0.0 |
---|
参数
- input
InputInterface
控制台输入- output
OutputInterface
控制台输出
响应
void
doExecute
执行命令的内部函数。
doExecute(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
自 |
4.0.0 |
---|
参数
- input
InputInterface
注入到命令中的输入。- output
OutputInterface
注入到命令中的输出。
响应
int
命令退出代码
常量
SITE_DOWN_FAILED
如果 site:down 失败,则返回代码
值 | 1 |
---|---|
自 |
4.0.0 |
SITE_DOWN_SUCCESSFUL
如果 site:down 成功,则返回代码
值 | 0 |
---|---|
自 |
4.0.0 |
属性
defaultName
默认命令名称
静态
自 |
4.0.0 |
---|
类型
字符串
ioStyle
SymfonyStyle 对象
自 |
4.0.0 |
---|
类型
SymfonyStyle