Differences Between: [Versions 310 and 311] [Versions 39 and 311]
A scheduled task.
Copyright: | 2013 onwards Martin Dougiamas http://dougiamas.com |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 122 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
file_temp_cleanup_task:: (3 methods):
get_name()
execute_on()
execute()
Class: file_temp_cleanup_task - X-Ref
Simple task to delete temp files older than 1 week.get_name() X-Ref |
Get a descriptive name for this task (shown to admins). return: string |
execute_on($tmpdir) X-Ref |
Do the job, given the target directory. param: string $tmpdir The directory hosting the candidate stale temp files. |
execute() X-Ref |
Do the job. Throw exceptions on errors (the job will be retried). |