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