Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]

Local stuff for cohort enrolment plugin.

Copyright: 2010 Petr Skoda {@link http://skodak.org}
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 303 lines (13 kb)
Included or required:0 times
Referenced: 4 times
Includes or requires: 0 files

Defines 1 class

enrol_cohort_handler:: (4 methods):
  member_added()
  member_removed()
  deleted()
  enrol_cohort_sync()


Class: enrol_cohort_handler  - X-Ref

Event handler for cohort enrolment plugin.

We try to keep everything in sync via listening to events,
it may fail sometimes, so we always do a full sync in cron too.
member_added(\core\event\cohort_member_added $event)   X-Ref
Event processor - cohort member added.

param: \core\event\cohort_member_added $event
return: bool

member_removed(\core\event\cohort_member_removed $event)   X-Ref
Event processor - cohort member removed.

param: \core\event\cohort_member_removed $event
return: bool

deleted(\core\event\cohort_deleted $event)   X-Ref
Event processor - cohort deleted.

param: \core\event\cohort_deleted $event
return: bool

enrol_cohort_sync(progress_trace $trace, $courseid = NULL)   X-Ref
Sync all cohort course links.

param: progress_trace $trace
param: int $courseid one course, empty mean all
return: int 0 means ok, 1 means error, 2 means plugin disabled