MetasRenderer
扩展 DocumentRendererJDocument 元数据渲染器
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
__construct
类构造函数
__construct(\Joomla\CMS\Document\Document doc) :
继承的
_relToAbs
将文本中的链接从相对链接转换为绝对链接
_relToAbs( text) :
继承的
自 |
1.7.0 |
---|
参数
- 文本
string
处理的文本
响应
string
带有转换后链接的文本
getContentType
返回渲染器的内容类型
getContentType() :
继承的
自 |
1.7.0 |
---|
响应
string
contentType
render
渲染文档元数据并将结果作为字符串返回
render( head, mixed||string|int params = [], content = null) :
自 |
4.0.0 |
---|
参数
- 头部
string
(未使用)- 参数
array<string|int, mixed>
关联数组,包含值- 内容
string
脚本
响应
string
脚本的输出
属性
_mime
渲染器 MIME 类型
继承的
自 |
1.7.0 |
---|
类型
字符串