A bulk operation for the self enrolment plugin to delete selected users enrolments.
More...
|
| 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.
|
|
| get_identifier () |
| Returns the title to display for this bulk operation.
|
|
| get_title () |
| Returns the identifier for this bulk operation.
|
|
| process (course_enrolment_manager $manager, array $users, stdClass $properties) |
| Processes the bulk operation request for the given userids with the provided properties.
|
|
A bulk operation for the self enrolment plugin to delete selected users enrolments.
- Copyright
- 2018 Farhan Karmali
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ get_form()
enrol_self_deleteselectedusers_operation::get_form |
( |
|
$defaultaction = null , |
|
|
|
$defaultcustomdata = null |
|
) |
| |
◆ get_identifier()
enrol_self_deleteselectedusers_operation::get_identifier |
( |
| ) |
|
◆ get_title()
enrol_self_deleteselectedusers_operation::get_title |
( |
| ) |
|
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.
- Return values
-
Reimplemented from enrol_bulk_enrolment_operation.
◆ process()
enrol_self_deleteselectedusers_operation::process |
( |
course_enrolment_manager |
$manager, |
|
|
array |
$users, |
|
|
stdClass |
$properties |
|
) |
| |
Processes the bulk operation request for the given userids with the provided properties.
- Parameters
-
Reimplemented from enrol_bulk_enrolment_operation.
◆ $manager
The course enrolment manager.
◆ $plugin
The enrolment plugin to which this operation belongs.
The documentation for this class was generated from the following file: