class DataBuilder
Methods
|
__construct(DataCrawler $DataCrawler)
|
||
| array |
compile($queue)
Injects data from config into the current view |
|
|
addToQueue($name, $value)
|
||
|
setData($data)
|
||
|
getData()
|
||
|
retrieveSingle($param)
|
||
| array |
getValue($options)
Gets the value of the view variable from config |
Details
at line 17
public
__construct(DataCrawler $DataCrawler)
at line 27
public array
compile($queue)
Injects data from config into the current view
at line 34
public
addToQueue($name, $value)
at line 39
public
setData($data)
at line 44
public
getData()
at line 49
public
retrieveSingle($param)
at line 63
public array
getValue($options)
Gets the value of the view variable from config