ExtensionDiscoverCommand
扩展自 AbstractCommand用于发现扩展的控制台命令
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
configure
初始化命令。
configure() :
自 |
4.0.0 |
---|
响应
void
configureIO
配置 IO
configureIO(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
自 |
4.0.0 |
---|
参数
- input
InputInterface
控制台输入- output
OutputInterface
控制台输出
响应
void
doExecute
执行命令的内部函数。
doExecute(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
自 |
4.0.0 |
---|
参数
- input
InputInterface
注入到命令中的输入。- output
OutputInterface
注入到命令中的输出。
响应
int
命令退出代码
getNote
用于查找注释文本
getNote( count) :
自 |
4.0.0 |
---|
参数
- count
int
已安装扩展的数量
响应
string
注释文本
processDiscover
用于发现扩展
processDiscover() :
抛出 |
|
---|---|
自 |
4.0.0 |
响应
int
已发现扩展的数量
属性
defaultName
默认命令名称
静态
自 |
4.0.0 |
---|
类型
字符串
cliInput
存储输入对象
自 |
4.0.0 |
---|
类型
InputInterface
ioStyle
SymfonyStyle 对象
自 |
4.0.0 |
---|
类型
SymfonyStyle