CoreUpdateChannelCommand
扩展自 AbstractCommand用于管理 Joomla 更新通道的控制台命令
自 |
5.1.0 |
---|---|
包 |
Joomla CMS |
方法
__construct
CoreUpdateChannelCommand 构造函数。
__construct(\Joomla\Database\DatabaseInterface db) :
自 |
5.1.0 |
---|
参数
- db
DatabaseInterface
数据库实例
返回值
混合类型
configure
初始化命令。
configure() :
自 |
5.1.0 |
---|
返回值
void
doExecute
执行命令的内部函数。
doExecute(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
自 |
5.1.0 |
---|
参数
- 输入
InputInterface
注入到命令的输入。- 输出
OutputInterface
注入到命令的输出。
返回值
int
命令退出代码
属性
defaultName
默认命令名称
静态
自 |
5.1.0 |
---|
类型
字符串
db
自 |
5.1.0 |
---|
类型
DatabaseInterface