BootableExtensionInterface
定义扩展可以启动的接口。
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
boot
启动扩展。这是设置扩展环境的功能,例如注册新的类加载器等。
boot(\Psr\Container\ContainerInterface container) :
如果需要,可以从容器的服务中完成一些初始设置,例如注册 HTML 服务。
自 |
4.0.0 |
---|
参数
- 容器
ContainerInterface
容器
响应
void