class OneToOne extends Binding (View source)

Binding Class

Binds a single ControlWrapper to a single ChartWrapper for use in dashboards.

Constants

TYPE

Type of binding.

Methods

__construct( ControlWrapper $controlWrapper, ChartWrapper $chartWrapper)

Creates the new Binding.

array
getChartWrappers()

Get the ChartWrappers

from  Binding
array
getControlWrappers()

Get the ControlWrappers

from  Binding

Details

at line 37
__construct( ControlWrapper $controlWrapper, ChartWrapper $chartWrapper)

Creates the new Binding.

Parameters

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