AbstractRenderer
Implements RendererInterfaceAbstract class for templates renderer
abstract
| since |
2.0.0 |
|---|---|
| package |
Joomla Framework |
Methods
set
Sets a piece of data
set(string key, string value) : $this
| since |
2.0.0 |
|---|
Arguments
- key
stringName of variable- value
stringValue of variable
Response
$this
setData
Loads data from array into the renderer
setData(array data) : $this
| since |
2.0.0 |
|---|
Arguments
- data
arrayArray of variables
Response
$this
unsetData
Unloads data from renderer
unsetData() : $this
| since |
2.0.0 |
|---|
Response
$this
Properties
data
Data for output by the renderer
| since |
2.0.0 |
|---|
Type(s)
array