|
Moodle
2.2.1
http://www.collinsharper.com
|


Static Public Member Functions | |
| static | get_iterator ($element, $params, $processor) |
| static | insert_backup_ids_record ($backupid, $itemname, $itemid) |
| static | annotate_files ($backupid, $contextid, $component, $filearea, $itemid) |
| static | move_annotations_to_final ($backupid, $itemname) |
| static | annotations_exist ($backupid, $itemname) |
Static Protected Member Functions | |
| static | convert_params_to_values ($params, $processor) |
Non instantiable helper class providing DB support to the backup_structure stuff
This class contains various static methods available for all the DB operations performed by the backup_structure stuff (mainly class)
TODO: Finish phpdocs
Definition at line 33 of file backup_structure_dbops.class.php.
| static annotate_files | ( | $ | backupid, |
| $ | contextid, | ||
| $ | component, | ||
| $ | filearea, | ||
| $ | itemid | ||
| ) | [static] |
Definition at line 106 of file backup_structure_dbops.class.php.


| static annotations_exist | ( | $ | backupid, |
| $ | itemname | ||
| ) | [static] |
Returns true/false if there are annotations for a given item
Definition at line 153 of file backup_structure_dbops.class.php.

| static convert_params_to_values | ( | $ | params, |
| $ | processor | ||
| ) | [static, protected] |
Definition at line 61 of file backup_structure_dbops.class.php.

| static get_iterator | ( | $ | element, |
| $ | params, | ||
| $ | processor | ||
| ) | [static] |
Definition at line 35 of file backup_structure_dbops.class.php.

| static insert_backup_ids_record | ( | $ | backupid, |
| $ | itemname, | ||
| $ | itemid | ||
| ) | [static] |
Definition at line 89 of file backup_structure_dbops.class.php.

| static move_annotations_to_final | ( | $ | backupid, |
| $ | itemname | ||
| ) | [static] |
Moves all the existing 'item' annotations to their final 'itemfinal' ones for a given backup.
Definition at line 134 of file backup_structure_dbops.class.php.
