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


Public Member Functions | |
| get_title () | |
| get_identifier () | |
| process (course_enrolment_manager $manager, array $users, stdClass $properties) | |
| get_form ($defaultaction=null, $defaultcustomdata=null) | |
A bulk operation for the manual enrolment plugin to edit selected users.
Definition at line 165 of file locallib.php.
| get_form | ( | $ | defaultaction = null, |
| $ | defaultcustomdata = null |
||
| ) |
Returns a enrol_bulk_enrolment_operation extension form to be used in collecting required information for this operation to be processed.
| string | moodle_url | null | $defaultaction | |
| mixed | $defaultcustomdata |
Reimplemented from enrol_bulk_enrolment_operation.
Definition at line 278 of file locallib.php.
| get_identifier | ( | ) |
Returns the identifier for this bulk operation. This is the key used when the plugin returns an array containing all of the bulk operations it supports.
Reimplemented from enrol_bulk_enrolment_operation.
Definition at line 180 of file locallib.php.
| get_title | ( | ) |
Returns the title to display for this bulk operation.
Reimplemented from enrol_bulk_enrolment_operation.
Definition at line 172 of file locallib.php.
| process | ( | course_enrolment_manager $ | manager, |
| array $ | users, | ||
| stdClass $ | properties | ||
| ) |
Processes the bulk operation request for the given userids with the provided properties.
moodle_database $DB
| course_enrolment_manager | $manager | |
| array | $userids | |
| stdClass | $properties | The data returned by the form. |
Reimplemented from enrol_bulk_enrolment_operation.
Definition at line 192 of file locallib.php.
