Devise
Class

Devise\Pages\Data\DataBuilder

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)

Parameters

DataCrawler $DataCrawler

at line 27
public array compile($queue)

Injects data from config into the current view

Parameters

$queue

Return Value

array

at line 34
public addToQueue($name, $value)

Parameters

$name
$value

at line 39
public setData($data)

Parameters

$data

at line 44
public getData()

at line 49
public retrieveSingle($param)

Parameters

$param

at line 63
public array getValue($options)

Gets the value of the view variable from config

Parameters

$options

Return Value

array