mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Added "graphical structure".
Added label_get_participants() function.
This commit is contained in:
parent
27a026c7e8
commit
2b9f062552
3 changed files with 36 additions and 1 deletions
|
@ -2,6 +2,20 @@
|
|||
//This php script contains all the stuff to backup/restore
|
||||
//label mods
|
||||
|
||||
//This is the "graphical" structure of the label mod:
|
||||
//
|
||||
// label
|
||||
// (CL,pk->id)
|
||||
//
|
||||
// Meaning: pk->primary key field of the table
|
||||
// fk->foreign key to link with parent
|
||||
// nt->nested field (recursive data)
|
||||
// CL->course level info
|
||||
// UL->user level info
|
||||
// files->table may have files)
|
||||
//
|
||||
//-----------------------------------------------------------
|
||||
|
||||
//This function executes all the backup procedure about this mod
|
||||
function label_backup_mods($bf,$preferences) {
|
||||
global $CFG;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue