SiteCreatePublicFolderCommand
扩展 AbstractCommand用于创建公共文件夹的控制台命令
自 |
5.0.0 |
---|---|
包 |
Joomla CMS |
方法
configure
配置命令。
configure() :
自 |
5.0.0 |
---|
响应
void
configureIO
配置 IO。
configureIO(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
自 |
5.0.0 |
---|
参数
- 输入
InputInterface
要注入到命令中的输入。- 输出
OutputInterface
要注入到命令中的输出。
响应
void
doExecute
执行命令的内部函数。
doExecute(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) :
自 |
5.0.0 |
---|
参数
- 输入
InputInterface
要注入到命令中的输入。- 输出
OutputInterface
要注入到命令中的输出。
响应
int
命令退出代码
getStringFromOption
用于获取选项值的方法
getStringFromOption( option, question, required = true) :
自 |
5.0.0 |
---|
参数
- 选项
string
设置选项名称- 问题
string
如果用户未输入选项值,则设置问题- 必需
bool
是否必需
响应
字符串
属性
defaultName
默认命令名称
静态
自 |
5.0.0 |
---|
类型
字符串
ioStyle
SymfonyStyle 对象
自 |
5.0.0 |
---|
类型
对象
cliInput
存储输入对象
自 |
5.0.0 |
---|
类型
对象
publicFolder
公共文件夹路径(绝对路径)
自 |
5.0.0 |
---|
类型
字符串