|
Moodle
2.2.1
http://www.collinsharper.com
|


Protected Member Functions | |
| definition () | |
| get_status_options () | |
| get_users_table (array $users, array $statusoptions) | |
A base class that can be used to easily construct a form for use with bulk operations
Definition at line 37 of file bulkchange_forms.php.
| definition | ( | ) | [protected] |
Defines the standard structure of the form
Reimplemented from moodleform.
Reimplemented in enrol_bulk_enrolment_confirm_form.
Definition at line 42 of file bulkchange_forms.php.

| get_status_options | ( | ) | [protected] |
Returns an array of status options
Definition at line 59 of file bulkchange_forms.php.

| get_users_table | ( | array $ | users, |
| array $ | statusoptions | ||
| ) | [protected] |
Generates an HTML table to display the users being affected by the bulk change.
| array | $users | |
| array | $statusoptions |
Definition at line 72 of file bulkchange_forms.php.

