mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Added property 'visible' for cohorts. Unsetting it hides the cohort from users in the course. AMOS BEGIN CPY [visible,core_moodle],[visible,core_cohort] AMOS END
ENROLMENT MODULES ----------------- (Yes, that's the correct English spelling ;-) ) All enrolment modules must extend base class enrol_plugin which is defined in lib/enrollib.php. You can find documentation of each method in the base class.