SessionGcCommand
扩展自 AbstractCommand 实现 ContainerAwareInterface执行会话垃圾回收的控制台命令
自 |
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
命令退出代码
getSessionService
获取请求应用程序的会话服务。
getSessionService( application) : \Joomla\Session\SessionInterface
自 |
4.0.0 |
---|
参数
- 应用程序
string
要检索的应用程序会话服务
响应
SessionInterface
属性
defaultName
默认命令名称
静态
自 |
4.0.0 |
---|
类型
字符串