|
Moodle
2.2.1
http://www.collinsharper.com
|
Static Public Member Functions | |
| static | execute_prechecks ($controller, $droptemptablesafter=false) |
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.
| 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.

