DocumentRenderer
实现 RendererInterface渲染器的抽象类
抽象
自 |
1.7.0 |
---|---|
包 |
Joomla CMS |
方法
__construct
类构造函数
__construct(\Joomla\CMS\Document\Document doc) :
_relToAbs
将文本中的链接从相对转换为绝对
_relToAbs( text) :
自 |
1.7.0 |
---|
参数
- text
string
处理的文本
响应
string
包含转换后的链接的文本
getContentType
返回渲染器的内容类型
getContentType() :
自 |
1.7.0 |
---|
响应
string
contentType
属性
_mime
渲染器 MIME 类型
自 |
1.7.0 |
---|
类型
字符串