ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilDownloadContainerFilesBackgroundTask. More...
Public Member Functions | |
__construct ($a_usr_id, $a_object_ref_ids, $a_initiated_by_folder_action) | |
Constructor. More... | |
setBucketTitle ($a_title) | |
set bucket title. More... | |
getBucketTitle () | |
return bucket title. More... | |
run () | |
Run task. More... | |
Protected Attributes | |
$user_id | |
$object_ref_ids | |
$initiated_by_folder_action = false | |
$task_factory = null | |
$bucket_title | |
$has_files = false | |
Private Attributes | |
$logger = null | |
Class ilDownloadContainerFilesBackgroundTask.
Definition at line 22 of file class.ilDownloadContainerFilesBackgroundTask.php.
ilDownloadContainerFilesBackgroundTask::__construct | ( | $a_usr_id, | |
$a_object_ref_ids, | |||
$a_initiated_by_folder_action | |||
) |
Constructor.
type | $a_usr_id | |
int[] | $a_object_ref_ids |
Definition at line 67 of file class.ilDownloadContainerFilesBackgroundTask.php.
References $DIC.
ilDownloadContainerFilesBackgroundTask::getBucketTitle | ( | ) |
return bucket title.
Definition at line 95 of file class.ilDownloadContainerFilesBackgroundTask.php.
References $bucket_title.
Referenced by run().
ilDownloadContainerFilesBackgroundTask::run | ( | ) |
Run task.
Definition at line 113 of file class.ilDownloadContainerFilesBackgroundTask.php.
References $GLOBALS, ilUtil\getASCIIFilename(), and getBucketTitle().
ilDownloadContainerFilesBackgroundTask::setBucketTitle | ( | $a_title | ) |
set bucket title.
$a_title |
Definition at line 84 of file class.ilDownloadContainerFilesBackgroundTask.php.
|
protected |
Definition at line 52 of file class.ilDownloadContainerFilesBackgroundTask.php.
Referenced by getBucketTitle().
|
protected |
Definition at line 58 of file class.ilDownloadContainerFilesBackgroundTask.php.
|
protected |
Definition at line 42 of file class.ilDownloadContainerFilesBackgroundTask.php.
|
private |
Definition at line 28 of file class.ilDownloadContainerFilesBackgroundTask.php.
|
protected |
Definition at line 36 of file class.ilDownloadContainerFilesBackgroundTask.php.
|
protected |
Definition at line 46 of file class.ilDownloadContainerFilesBackgroundTask.php.
|
protected |
Definition at line 32 of file class.ilDownloadContainerFilesBackgroundTask.php.