class Binding (View source)

Parent Binding Class

Binds a ControlWrapper to a ChartWrapper to use in dashboards.

Methods

__construct($controlWrappers, $chartWrappers)

Assigns the wrappers and creates the new Binding.

array
getChartWrappers()

Get the ChartWrappers

array
getControlWrappers()

Get the ControlWrappers

Details

at line 41
__construct($controlWrappers, $chartWrappers)

Assigns the wrappers and creates the new Binding.

Parameters

$controlWrappers
$chartWrappers

at line 52
array getChartWrappers()

Get the ChartWrappers

Return Value

array

at line 62
array getControlWrappers()

Get the ControlWrappers

Return Value

array