Content
用于对非文章内容触发 onContentPrepare 的实用程序类。
抽象
自 |
1.5 |
---|---|
包 |
Joomla CMS |
方法
months
返回月份数组。
months(\Joomla\Registry\Registry state) : mixed||string|int
静态
自 |
3.9.0 |
---|
参数
- state
Registry
状态对象。
响应
array<string|int, mixed>
prepare
针对不是文章一部分的内容触发 onContentPrepare。
prepare( text, mixed||string|int params = null, context = 'text') :
静态
自 |
1.5 |
---|
参数
- text
string
要转换的内容。- params
array<string|int, mixed>
内容参数。- context
string
要转换的内容的上下文。
响应
string
转换后的内容。