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


Public Member Functions | |
| skip_cleaning_temp_dir ($skip) | |
Protected Member Functions | |
| define_execution () | |
Protected Attributes | |
| $skipcleaningtempdir = false | |
delete the temp dir used by backup/restore (conditionally), delete old directories and drop tem ids table. Note we delete the directory but not the corresponding log file that will be there for, at least, 4 hours - only delete_old_backup_dirs() deletes log files (for easier access to them)
Definition at line 50 of file backup_stepslib.php.
| define_execution | ( | ) | [protected] |
Function that will contain all the code to be executed
Reimplemented from backup_execution_step.
Definition at line 54 of file backup_stepslib.php.

| skip_cleaning_temp_dir | ( | $ | skip | ) |
Definition at line 67 of file backup_stepslib.php.
$skipcleaningtempdir = false [protected] |
Definition at line 52 of file backup_stepslib.php.