Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Files | |
file | access.php |
Capabilities for cohort access plugin. | |
file | enrol_cohort_sync.php |
Syncing enrolments task. | |
file | events.php |
Cohort enrolment plugin event handler definition. | |
file | lib.php |
Cohort enrolment plugin. | |
file | locallib.php |
Local stuff for cohort enrolment plugin. | |
file | provider.php |
Privacy Subsystem implementation for enrol_cohort. | |
file | settings.php |
Cohort enrolment plugin settings and presets. | |
file | tasks.php |
Task definition for enrol_cohort. | |
file | uninstall.php |
Meta link enrolment plugin uninstallation. | |
file | version.php |
Cohort enrolment plugin version specification. | |
Namespaces | |
namespace | enrol_cohort\privacy |
| |
namespace | enrol_cohort\task |
| |
Classes | |
class | enrol_cohort\privacy\provider |
Privacy provider for enrol_cohort. More... | |
class | enrol_cohort\task\enrol_cohort_sync |
Syncing enrolments task. More... | |
class | enrol_cohort_handler |
Event handler for cohort enrolment plugin. More... | |
class | enrol_cohort_plugin |
Cohort enrolment plugin implementation. More... | |
Functions | |
enrol_cohort_allow_group_member_remove ($itemid, $groupid, $userid) | |
Prevent removal of enrol roles. More... | |
enrol_cohort_create_new_group ($courseid, $cohortid) | |
Create a new group with the cohorts name. More... | |
enrol_cohort_sync (progress_trace $trace, $courseid=NULL) | |
Sync all cohort course links. More... | |
xmldb_enrol_cohort_uninstall () | |
Variables | |
$capabilities | |
$observers | |
$plugin = 2020060900 | |
$tasks | |
const | COHORT_CREATE_GROUP -1 |
COHORT_CREATEGROUP constant for automatically creating a group for a cohort. | |
$plugin | component = 'enrol_cohort' |
$plugin | version = 2020061500 |
enrol_cohort_allow_group_member_remove | ( | $itemid, | |
$groupid, | |||
$userid | |||
) |
Prevent removal of enrol roles.
int | $itemid | |
int | $groupid | |
int | $userid |
bool |
enrol_cohort_create_new_group | ( | $courseid, | |
$cohortid | |||
) |
Create a new group with the cohorts name.
int | $courseid | |
int | $cohortid |
int::$groupid | Group ID for this cohort. |
enrol_cohort_sync | ( | progress_trace | $trace, |
$courseid = NULL |
|||
) |
Sync all cohort course links.
progress_trace | $trace | |
int | $courseid | one course, empty mean all |
int | 0 means ok, 1 means error, 2 means plugin disabled |
$capabilities |
$observers |
$tasks |