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 |
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 |