MaintenanceDatabaseCommand
扩展 AbstractCommand控制台命令维护数据库结构
自 |
5.1.0 |
---|---|
包 |
Joomla CMS |
方法
configure
初始化命令。
configure() :
自 |
5.1.0 |
---|
响应
void
configureIO
配置 IO
configureIO(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
自 |
5.1.0 |
---|
参数
- input
InputInterface
控制台输入- output
OutputInterface
控制台输出
响应
void
doExecute
执行命令的内部函数。
doExecute(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
自 |
5.1.0 |
---|
参数
- input
InputInterface
要注入到命令的输入。- output
OutputInterface
要注入到命令的输出。
响应
int
命令退出代码
属性
defaultName
默认命令名称
静态
自 |
5.1.0 |
---|
类型
字符串
cliInput
存储输入对象
自 |
5.1.0 |
---|
类型
InputInterface
ioStyle
SymfonyStyle 对象
自 |
5.1.0 |
---|
类型
SymfonyStyle