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.

Local stuff for category 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: 261 lines (11 kb)
Included or required:0 times
Referenced: 3 times
Includes or requires: 0 files

Defines 2 functions


Functions that are not part of a class:

enrol_category_sync_course($course)   X-Ref
Sync all category enrolments in one course

param: stdClass $course
return: void

enrol_category_sync_full(progress_trace $trace)   X-Ref
Synchronise courses in all categories.

It gets out-of-sync if:
- you move course to different category
- reorder categories
- disable enrol_category and enable it again

param: progress_trace $trace
return: int exit code - 0 is ok, 1 means error, 2 if plugin disabled