ChangeUserPasswordCommand
扩展自 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
命令退出代码
getStringFromOption
从选项获取值的方法
getStringFromOption( option, question) :
自 |
4.0.0 |
---|
参数
- option
string
设置选项名称- question
string
如果用户未为选项输入值,则设置问题
响应
string
属性
defaultName
默认命令名称
静态
自 |
4.0.0 |
---|
类型
string
ioStyle
SymfonyStyle 对象
自 |
4.0.0 |
---|
类型
object
cliInput
存储输入对象
自 |
4.0.0 |
---|
类型
object
username
用户名
自 |
4.0.0 |
---|
类型
string
password
密码
自 |
4.0.0 |
---|
类型
string