| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
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: | 156 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 $data The form data return: bool |
| get_type($data) X-Ref |
| Get the type of this input (user or grade) param: array $data The form data return: string |
| get_insert_value($data) X-Ref |
| Get the value from either the user or grade. param: array $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 |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |