Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]
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: | 125 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? param: array|object $data The form data return: bool |
get_type($data) X-Ref |
Get the type of this input (user or grade) param: array|object $data The form data return: string |
get_insert_value($data) X-Ref |
Get the value from either the user or grade. param: array|object $data The form data return: string |
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. param: string $extend The suffix. return: string |