CheckJoomlaUpdatesCommand
扩展 AbstractCommand用于检查是否存在待处理扩展更新的控制台命令
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
__construct
命令构造函数(重写以包含别名)
__construct(string|null name = null) :
已弃用
自 |
5.1.0 |
---|---|
已弃用 |
5.1.0 将在 6.0 中删除,请使用 core:update:check 代替 core:check-updates |
参数
- 名称
string|null
命令的名称;如果名称为空且未设置默认值,则必须在 configure() 方法中设置名称
响应
混合
configure
初始化命令。
configure() :
自 |
4.0.0 |
---|
响应
空
doExecute
执行命令的内部函数。
doExecute(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
自 |
4.0.0 |
---|
参数
- 输入
InputInterface
要注入到命令中的输入。- 输出
OutputInterface
要注入到命令中的输出。
响应
int
命令退出代码
getUpdateInfo
获取更新信息
getUpdateInfo() :
自 |
4.0.0 |
---|
响应
混合
getUpdateInformationFromModel
检索更新信息
getUpdateInformationFromModel() :
自 |
4.0.0 |
---|
响应
混合
setUpdateInfo
设置更新信息
setUpdateInfo( info = null) :
自 |
4.0.0 |
---|
参数
- 信息
null
存储更新信息
响应
空
属性
defaultName
默认命令名称
静态
自 |
4.0.0 |
---|
类型
字符串
updateInfo
存储更新信息
自 |
4.0.0 |
---|
类型
UpdateModel