Differences Between: [Versions 400 and 401] [Versions 400 and 402] [Versions 400 and 403]
Checkbox element used for bulk inserting values in the gradebook.
Copyright: | 2014 Moodle Pty Ltd (http://moodle.com) |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 119 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
bulk_insert:: (6 methods):
__construct()
is_applied()
get_type()
get_insert_value()
html()
name_for()
Class: bulk_insert - X-Ref
Checkbox element used for bulk inserting values in the gradebook.__construct($item) X-Ref |
Constructor param: mixed $item The grade item or user. |
is_applied($data) X-Ref |
Is this checkbox checked? return: bool param: array $data The form data |
get_type($data) X-Ref |
Get the type of this input (user or grade) return: string param: array $data The form data |
get_insert_value($data) X-Ref |
Get the value from either the user or grade. return: string param: array $data The form data |
html() X-Ref |
Generate the html for this form element. return: string HTML |
name_for($extend) X-Ref |
This form element has 3 elements with different suffixes. Generate the name with the suffix. return: string param: string $extend The suffix. |