TasksListCommand

扩展自 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命令退出代码

getTasks

返回计划任务的 stdClass 对象数组。

getTasks() : mixed||string|int

4.1.0

抛出

RunTimeException

响应

array<string|int, mixed>

属性

defaultName

默认命令名称

静态

4.1.0

类型

字符串

application

控制台应用程序对象

4.1.0

类型

应用程序

ioStyle

4.1.0

类型

SymfonyStyle