Binding
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.
        at line 52
                            
    array
    getChartWrappers()
    
    Get the ChartWrappers
        at line 62
                            
    array
    getControlWrappers()
    
    Get the ControlWrappers