MenuFactory
实现 MenuFactoryInterface用于创建 Menu 对象的默认工厂
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
createMenu
为请求的格式创建一个新的 Menu 对象。
createMenu( client, mixed||string|int options = []) : \Joomla\CMS\Menu\AbstractMenu
自 |
4.0.0 |
---|---|
抛出 |
|
参数
- 客户端
string
客户端的名称- 选项
array<string|int, mixed>
选项的关联数组
响应
getCacheControllerFactory
获取 CacheControllerFactoryInterface。
getCacheControllerFactory() : \Joomla\CMS\Cache\CacheControllerFactoryInterface
继承的
setCacheControllerFactory
设置要使用的缓存控制器工厂。
setCacheControllerFactory(\Joomla\CMS\Cache\CacheControllerFactoryInterface cacheControllerFactory = null) :
继承的
属性
cacheControllerFactory
CacheControllerFactoryInterface
继承的