Moodle  2.2.1
http://www.collinsharper.com
restore_prechecks_helper Class Reference

Static Public Member Functions

static execute_prechecks ($controller, $droptemptablesafter=false)

Detailed Description

Non instantiable helper class providing support for restore prechecks

This class contains various prechecks to be performed before executing the restore plan. Its entry point is execute_prechecks() that will call various stuff. At the end, it will return one array(), if empty all the prechecks have passed ok. If not empty, you'll find 1/2 elements in the array, warnings and errors, each one containing one description of the problem. Warnings aren't stoppers so the restore execution can continue after displaying them. In the other side, if errors are returned then restore execution cannot continue

TODO: Finish phpdocs

Definition at line 39 of file restore_prechecks_helper.class.php.


Member Function Documentation

static execute_prechecks ( controller,
droptemptablesafter = false 
) [static]

Entry point for all the prechecks to be performed before restore

Returns empty array or warnings/errors array

Definition at line 46 of file restore_prechecks_helper.class.php.

Here is the call graph for this function:

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