TasksRunCommand
扩展 AbstractCommand运行计划任务的控制台命令。
自 |
4.1.0 |
---|---|
包 |
Joomla CMS |
方法
configure
配置命令。
configure() :
自 |
4.1.0 |
---|
响应
void
configureIO
配置IO。
configureIO(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
自 |
4.1.0 |
---|
参数
- input
InputInterface
要注入命令的输入。- output
OutputInterface
要注入命令的输出。
响应
void
doExecute
doExecute(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
自 |
4.1.0 |
---|---|
抛出 |
|
参数
- input
InputInterface
要注入命令的输入。- output
OutputInterface
要注入命令的输出。
响应
int
命令退出代码。
属性
defaultName
默认命令名称
静态
自 |
4.1.0 |
---|
类型(s)
string
ioStyle
自 |
4.1.0 |
---|
类型(s)
SymfonyStyle