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

Static Public Member Functions

static save_controller ($controller, $checksum)
static load_controller ($restoreid)
static create_restore_temp_tables ($restoreid)
static drop_restore_temp_tables ($backupid)

Detailed Description

Non instantiable helper class providing DB support to the

This class contains various static methods available for all the DB operations performed by the restore_controller class

TODO: Finish phpdocs

Definition at line 33 of file restore_controller_dbops.class.php.


Member Function Documentation

static create_restore_temp_tables ( restoreid) [static]

Definition at line 87 of file restore_controller_dbops.class.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static drop_restore_temp_tables ( backupid) [static]

Definition at line 101 of file restore_controller_dbops.class.php.

Here is the caller graph for this function:

static load_controller ( restoreid) [static]

Definition at line 74 of file restore_controller_dbops.class.php.

Here is the caller graph for this function:

static save_controller ( controller,
checksum 
) [static]

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


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