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

Public Member Functions

 skip_cleaning_temp_dir ($skip)

Protected Member Functions

 define_execution ()

Protected Attributes

 $skipcleaningtempdir = false

Detailed Description

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.


Member Function Documentation

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.

Here is the call graph for this function:

Definition at line 67 of file backup_stepslib.php.


Field Documentation

$skipcleaningtempdir = false [protected]

Definition at line 52 of file backup_stepslib.php.


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