class OneToMany extends Binding (View source)

OneToMany Binding Class

Binds a single ControlWrapper to multiple ChartWrappers for use in dashboards.

Constants

TYPE

Type of binding.

Methods

__construct( ControlWrapper $controlWrapper, $chartWrappers)

Creates the new Binding.

array
getChartWrappers()

Get the ChartWrappers

from  Binding
array
getControlWrappers()

Get the ControlWrappers

from  Binding

Details

at line 36
__construct( ControlWrapper $controlWrapper, $chartWrappers)

Creates the new Binding.

Parameters

ControlWrapper $controlWrapper
$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