AbstractRenderer
实现 RendererInterface模板渲染器的抽象类
抽象
自 |
2.0.0 |
---|---|
包 |
Joomla 框架 |
方法
设置
设置一段数据
set( key, value) :
自 |
2.0.0 |
---|
参数
- 键
string
变量名称- 值
string
变量值
响应
$this
设置数据
将数据从数组加载到渲染器中
setData(mixed||string|int data) :
自 |
2.0.0 |
---|
参数
- 数据
array<string|int, mixed>
变量数组
响应
$this
取消设置数据
从渲染器中卸载数据
unsetData() :
自 |
2.0.0 |
---|
响应
$this
属性
数据
渲染器输出的数据
自 |
2.0.0 |
---|
类型
array<string|int, mixed>