ModuleRenderer

扩展自 DocumentRenderer

单个模块的 HTML 文档渲染器

3.5

Joomla CMS

方法

__construct

类构造函数

__construct(\Joomla\CMS\Document\Document doc) : 
继承

1.7.0

参数

doc

Document对实例化渲染器的 Document 对象的引用

响应

混合

_relToAbs

将文本中的链接从相对路径转换为绝对路径

_relToAbs( text) : 
继承

1.7.0

参数

text

string处理的文本

响应

string包含已转换链接的文本

getContentType

返回渲染器的内容类型

getContentType() : 
继承

1.7.0

响应

stringcontentType

render

渲染模块脚本并将其结果作为字符串返回

render( module, mixed||string|int attribs = [],  content = null) : 

3.5

参数

module

string要渲染的模块的名称

attribs

array<string|int, mixed>关联数组的值

content

string如果存在,则将使用缓冲区中的模块信息

响应

string脚本的输出

属性

_doc

对实例化渲染器的 Document 对象的引用

继承

1.7.0

类型

Document

_mime

渲染器 MIME 类型

继承

1.7.0

类型

字符串