ListUserCommand
扩展 AbstractCommand列出现有用户的控制台命令
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
__construct
命令构造函数。
__construct(\Joomla\Database\DatabaseInterface db) :
自 |
4.2.0 |
---|
参数
- db
DatabaseInterface
数据库
响应
混合
configure
配置命令。
configure() :
自 |
4.0.0 |
---|
响应
空
configureIO
配置 IO。
configureIO(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
自 |
4.0.0 |
---|
参数
- 输入
InputInterface
注入到命令的输入。- 输出
OutputInterface
注入到命令的输出。
响应
空
doExecute
执行命令的内部函数。
doExecute(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
自 |
4.0.0 |
---|
参数
- 输入
InputInterface
注入到命令的输入。- 输出
OutputInterface
注入到命令的输出。
响应
int
命令退出代码
属性
defaultName
默认命令名称
静态
自 |
4.0.0 |
---|
类型
字符串
ioStyle
SymfonyStyle 对象
自 |
4.0.0 |
---|
类型
对象