Class used to render a feedback input box.  
 More...
|  | 
|  | __toString () | 
|  | Convert this to an element and then to a string. 
 | 
|  | 
|  | determine_format () | 
|  | Create a text_attribute for this ui element. 
 | 
|  | 
|  | get_label () | 
|  | Get the string to use in the label for this input. 
 | 
|  | 
|  | get_name () | 
|  | Get a unique name for this form input. 
 | 
|  | 
|  | get_value () | 
|  | Get the value for this input. 
 | 
|  | 
|  | is_disabled () | 
|  | Determine if this input should be disabled based on the other settings. 
 | 
|  | 
|  | is_readonly () | 
|  | Return true if this is read-only. 
 | 
|  | 
|  | set ($value) | 
|  | Update the value for this input. 
 | 
|  | 
|  | 
| grade_grade | $grade | 
|  | The grade_grade of the input $grade. 
 | 
|  | 
| null string | $label | 
|  | The label of the input $label. 
 | 
|  | 
| string | $name = 'feedback' | 
|  | Name of this input $name. 
 | 
|  | 
Class used to render a feedback input box. 
- Copyright
- 2014 Moodle Pty Ltd (http://moodle.com) 
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 
◆ __toString()
  
  | 
        
          | gradereport_singleview\local\ui\attribute_format::__toString | ( |  | ) |  |  | inherited | 
 
Convert this to an element and then to a string. 
- Return values
- 
  
  
 
 
◆ determine_format()
      
        
          | gradereport_singleview\local\ui\feedback::determine_format | ( |  | ) |  | 
      
 
 
◆ get_label()
      
        
          | gradereport_singleview\local\ui\feedback::get_label | ( |  | ) |  | 
      
 
Get the string to use in the label for this input. 
- Return values
- 
  
  
 
 
◆ get_name()
  
  | 
        
          | gradereport_singleview\local\ui\grade_attribute_format::get_name | ( |  | ) |  |  | inherited | 
 
 
◆ get_value()
      
        
          | gradereport_singleview\local\ui\feedback::get_value | ( |  | ) |  | 
      
 
 
◆ is_disabled()
      
        
          | gradereport_singleview\local\ui\feedback::is_disabled | ( |  | ) |  | 
      
 
 
◆ is_readonly()
      
        
          | gradereport_singleview\local\ui\feedback::is_readonly | ( |  | ) |  | 
      
 
 
◆ set()
      
        
          | gradereport_singleview\local\ui\feedback::set | ( |  | $value | ) |  | 
      
 
 
The documentation for this class was generated from the following file: