class ManyToMany extends Binding (View source)

ManyToMany Binding Class

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

Constants

TYPE

Type of binding.

Methods

__construct($controlWrappers, $chartWrappers)

Creates the new Binding.

array
getChartWrappers()

Get the ChartWrappers

from  Binding
array
getControlWrappers()

Get the ControlWrappers

from  Binding

Details

at line 34
__construct($controlWrappers, $chartWrappers)

Creates the new Binding.

Parameters

$controlWrappers
$chartWrappers

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