Class that represents the exclude checkbox on a grade_grade.
More...
|
| __toString () |
| Convert this to an element and then to a string.
|
|
| determine_format () |
| Generate the element used to render the UI.
|
|
| get_label () |
| Get the label for the form input.
|
|
| get_name () |
| Get a unique name for this form input.
|
|
| is_checked () |
| Is it checked?
|
|
| is_disabled () |
| Is it disabled?
|
|
| is_readonly () |
| Return true if this is read-only.
|
|
| set ($value) |
| Set the value that was changed in the form.
|
|
|
bool | $disabled = false |
| Is the checkbox disabled? $disabled.
|
|
grade_grade | $grade |
| The grade_grade of the input $grade.
|
|
null string | $label |
| The label of the input $label.
|
|
string | $name = 'exclude' |
| The name of the input $name.
|
|
Class that represents the exclude checkbox on a grade_grade.
- 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\exclude::determine_format |
( |
| ) |
|
◆ get_label()
gradereport_singleview\local\ui\exclude::get_label |
( |
| ) |
|
Get the label for the form input.
- Return values
-
◆ get_name()
gradereport_singleview\local\ui\grade_attribute_format::get_name |
( |
| ) |
|
|
inherited |
◆ is_checked()
gradereport_singleview\local\ui\exclude::is_checked |
( |
| ) |
|
◆ is_disabled()
gradereport_singleview\local\ui\exclude::is_disabled |
( |
| ) |
|
◆ is_readonly()
gradereport_singleview\local\ui\exclude::is_readonly |
( |
| ) |
|
◆ set()
gradereport_singleview\local\ui\exclude::set |
( |
| $value | ) |
|
The documentation for this class was generated from the following file:
- grade/report/singleview/classes/local/ui/exclude.php