|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Functions | |
| backup_messages ($bf, $preferences) | |
| backup_blogs ($bf, $preferences) | |
| backup_blog ($bf, $blogid, $level) | |
| backup_format_data ($bf, $preferences) | |
| backup_gradebook_categories_history_info ($bf, $preferences) | |
| backup_gradebook_grades_history_info ($bf, $preferences) | |
| backup_gradebook_items_history_info ($bf, $preferences) | |
| backup_gradebook_outcomes_history ($bf, $preferences) | |
| backup_events_info ($bf, $preferences) | |
| backup_blog | ( | $ | bf, |
| $ | blogid, | ||
| $ | level | ||
| ) |
start blog
blog body
Blog tags Check if we have blog tags to backup
Start BLOG_TAGS tag
Write blog tags fields
End BLOG_TAGS tag
end blog
Definition at line 156 of file backuplib.php.


| backup_blogs | ( | $ | bf, |
| $ | preferences | ||
| ) |
Check we have something to backup
blogs open tag
Iterate over every blog
Do some output
blogs close tag
Definition at line 117 of file backuplib.php.

| backup_events_info | ( | $ | bf, |
| $ | preferences | ||
| ) |
Definition at line 386 of file backuplib.php.
| backup_format_data | ( | $ | bf, |
| $ | preferences | ||
| ) |
Definition at line 204 of file backuplib.php.
| backup_gradebook_categories_history_info | ( | $ | bf, |
| $ | preferences | ||
| ) |
Definition at line 232 of file backuplib.php.
| backup_gradebook_grades_history_info | ( | $ | bf, |
| $ | preferences | ||
| ) |
Grades are only sent to backup if the user is one target user
Definition at line 265 of file backuplib.php.

| backup_gradebook_items_history_info | ( | $ | bf, |
| $ | preferences | ||
| ) |
Definition at line 311 of file backuplib.php.
| backup_gradebook_outcomes_history | ( | $ | bf, |
| $ | preferences | ||
| ) |
Definition at line 359 of file backuplib.php.
| backup_messages | ( | $ | bf, |
| $ | preferences | ||
| ) |
Check we have something to backup
message open tag
Iterate over every unread
start message
end message
Do some output
Iterate over every unread
start message
end message
Do some output
Iterate over every contact
start contact
end contact
Do some output
messages close tag
Definition at line 3 of file backuplib.php.
