class ManyToOne extends Binding (View source)

ManyToOne Binding Class

Binds multiple ControlWrappers to a single ChartWrapper for use in dashboards.

Constants

TYPE

Type of binding.

Methods

__construct($controlWrappers, ChartWrapper $chartWrapper)

Creates the new Binding.

array
getChartWrappers()

Get the ChartWrappers

from  Binding
array
getControlWrappers()

Get the ControlWrappers

from  Binding

Details

at line 36
__construct($controlWrappers, ChartWrapper $chartWrapper)

Creates the new Binding.

Parameters

$controlWrappers
ChartWrapper $chartWrapper

in Binding at line 52
array getChartWrappers()

Get the ChartWrappers

Return Value

array

in Binding at line 62
array getControlWrappers()

Get the ControlWrappers

Return Value

array