AtomRenderer

扩展自 DocumentRenderer

AtomRenderer 是一个实现 Atom 规范的 Feed。

请注意,仅使用此类并不能自动生成有效的 Atom 文件。例如,您必须为 Feed 指定编辑器或为每个 Feed 项目指定作者。

链接

3.5

只读属性 FeedDocument

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

Joomla CMS

方法

__construct

类构造函数

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

1.7.0

参数

doc

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

响应

混合

_relToAbs

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

_relToAbs( text) : 
继承

1.7.0

参数

文本

string要处理的文本

响应

string包含已转换链接的文本

getContentType

返回渲染器的内容类型

getContentType() : 
继承

1.7.0

响应

stringcontentType

render

渲染 Feed。

render( name = '', mixed||string|int params = null,  content = null) : 
参见 DocumentRenderer::render()

3.5

参数

名称

string要渲染的元素的名称

参数

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

内容

string覆盖渲染器的输出

响应

string脚本的输出

属性

_doc

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

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

类型

FeedDocument

_doc

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

继承

1.7.0

类型

Document

_mime

文档 MIME 类型

3.5

类型

string