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