ScaleQuestion
class ScaleQuestion extends Model (View source)
Properties
| int | $high | ||
| string | $highLabel | ||
| int | $low | ||
| string | $lowLabel | 
Methods
                    setHigh($high)
        
                                            
                
            No description
                    int
                
                
                    getHigh()
        
                                            
                
            No description
                    setHighLabel($highLabel)
        
                                            
                
            No description
                    string
                
                
                    getHighLabel()
        
                                            
                
            No description
                    setLow($low)
        
                                            
                
            No description
                    int
                
                
                    getLow()
        
                                            
                
            No description
                    setLowLabel($lowLabel)
        
                                            
                
            No description
                    string
                
                
                    getLowLabel()
        
                                            
                
            No description
Details
        
                            
    setHigh($high)
        
    
    No description
        
                            int
    getHigh()
        
    
    No description
        
                            
    setHighLabel($highLabel)
        
    
    No description
        
                            string
    getHighLabel()
        
    
    No description
        
                            
    setLow($low)
        
    
    No description
        
                            int
    getLow()
        
    
    No description
        
                            
    setLowLabel($lowLabel)
        
    
    No description
        
                            string
    getLowLabel()
        
    
    No description