RemoveOldFilesCommand

扩展自 AbstractCommand

用于删除在更新过程中应该已清除的文件的控制台命令

4.0.0

Joomla CMS

方法

configure

配置命令。

configure() : 

4.0.0

响应

void

doExecute

执行命令的内部函数。

doExecute(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) : 

4.0.0

参数

输入

InputInterface注入到命令中的输入。

输出

OutputInterface注入到命令中的输出。

响应

int命令退出代码

属性

defaultName

默认命令名称

静态

4.0.0

类型(s)

字符串