CheckUpdatesCommand
扩展自 AbstractCommand用于检查是否存在待处理扩展更新的控制台命令
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
configure
配置命令。
configure() :
自 |
4.0.0 |
---|
响应
void
doExecute
执行命令的内部函数。
doExecute(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
自 |
4.0.0 |
---|
参数
- input
InputInterface
注入到命令中的输入。- output
OutputInterface
注入到命令中的输出。
响应
int
命令退出代码
getExtensionInfo
将扩展数组转换为所需格式
getExtensionInfo(mixed||string|int extensions) : mixed||string|int
自 |
5.1.0 |
---|
参数
- extensions
array<string|int, mixed>
扩展数组
响应
array<string|int, mixed>
属性
defaultName
默认命令名称
静态
自 |
4.0.0 |
---|
类型
字符串