Factory
实现 FactoryInterface用于创建 Document 对象的默认工厂
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
createDocument
为请求的格式创建一个新的 Document 对象。
createDocument( type = 'html', mixed||string|int attributes = []) : \Joomla\CMS\Document\Document
createRenderer
创建一个新的渲染器对象。
createRenderer(\Joomla\CMS\Document\Document document, type, docType = '') : \Joomla\CMS\Document\RendererInterface
getCacheControllerFactory
获取 CacheControllerFactoryInterface。
getCacheControllerFactory() : \Joomla\CMS\Cache\CacheControllerFactoryInterface
继承
setCacheControllerFactory
设置要使用的缓存控制器工厂。
setCacheControllerFactory(\Joomla\CMS\Cache\CacheControllerFactoryInterface cacheControllerFactory = null) :
继承
属性
cacheControllerFactory
CacheControllerFactoryInterface
继承