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>