mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-39956 cohort: Event clean up and made ready for integration
* Added more PHP Documentation * Localised strings for get_name() * get_legacy_eventname() is now static * get_legacy_eventdata() is now protected * Testing legacy event data * Added missing defined('MOODLE_INTERNAL') checks * Added missing call to add_record_snapshot()
This commit is contained in:
parent
4fece33d9a
commit
25a66af722
8 changed files with 160 additions and 75 deletions
|
@ -45,6 +45,11 @@ $string['delconfirm'] = 'Do you really want to delete cohort \'{$a}\'?';
|
|||
$string['description'] = 'Description';
|
||||
$string['duplicateidnumber'] = 'Cohort with the same ID number already exists';
|
||||
$string['editcohort'] = 'Edit cohort';
|
||||
$string['event_cohort_created'] = 'Cohort created';
|
||||
$string['event_cohort_deleted'] = 'Cohort deleted';
|
||||
$string['event_cohort_member_added'] = 'User added to a cohort';
|
||||
$string['event_cohort_member_removed'] = 'User removed from a cohort';
|
||||
$string['event_cohort_updated'] = 'Cohort updated';
|
||||
$string['external'] = 'External cohort';
|
||||
$string['idnumber'] = 'Cohort ID';
|
||||
$string['memberscount'] = 'Cohort size';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue