Moodle  2.2.1
http://www.collinsharper.com
backup_structure_dbops Class Reference
Inheritance diagram for backup_structure_dbops:
Collaboration diagram for backup_structure_dbops:

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)

Detailed Description

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.


Member Function Documentation

static annotate_files ( backupid,
contextid,
component,
filearea,
itemid 
) [static]

Definition at line 106 of file backup_structure_dbops.class.php.

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Here is the caller graph for this function:

static convert_params_to_values ( params,
processor 
) [static, protected]

Definition at line 61 of file backup_structure_dbops.class.php.

Here is the caller graph for this function:

static get_iterator ( element,
params,
processor 
) [static]

Definition at line 35 of file backup_structure_dbops.class.php.

Here is the call graph for this function:

static insert_backup_ids_record ( backupid,
itemname,
itemid 
) [static]

Definition at line 89 of file backup_structure_dbops.class.php.

Here is the caller graph for this function:

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.

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations