|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Description of class class. More...
Collaboration diagram for ilDownloadFilesBackgroundTask:Public Member Functions | |
| __construct ($a_usr_id) | |
| Constructor. More... | |
| setEvents (array $a_events) | |
| Set events. More... | |
| getEvents () | |
| Get events. More... | |
| setBucketTitle ($a_title) | |
| set bucket title. More... | |
| getBucketTitle () | |
| return bucket title. More... | |
| run () | |
| Run task. More... | |
Protected Attributes | |
| $user_id | |
| $user = null | |
| $task_factory = null | |
| $bucket_title | |
| $has_files = false | |
Private Member Functions | |
| collectFiles (ilCalendarCopyDefinition $def) | |
| Collect files. More... | |
Private Attributes | |
| $logger = null | |
| $events = [] | |
| Array of calendar event. More... | |
Description of class class.
Definition at line 14 of file class.ilDownloadFilesBackgroundTask.php.
| ilDownloadFilesBackgroundTask::__construct | ( | $a_usr_id | ) |
Constructor.
| type | $a_usr_id |
Definition at line 58 of file class.ilDownloadFilesBackgroundTask.php.
References $DIC, ilObjectFactory\getInstanceByObjId(), and user().
Here is the call graph for this function:
|
private |
Collect files.
Definition at line 156 of file class.ilDownloadFilesBackgroundTask.php.
References ilCalendarCopyDefinition\addCopyDefinition(), ilUtil\getASCIIFilename(), getEvents(), ilAppointmentFileHandlerFactory\getInstance(), ilCalendarCategory\getInstanceByCategoryId(), IL_CAL_FKT_DATE, IL_CAL_UNIX, ilCalendarCategory\TYPE_OBJ, and user().
Referenced by run().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDownloadFilesBackgroundTask::getBucketTitle | ( | ) |
return bucket title.
Definition at line 100 of file class.ilDownloadFilesBackgroundTask.php.
References $bucket_title.
Referenced by run().
Here is the caller graph for this function:| ilDownloadFilesBackgroundTask::getEvents | ( | ) |
Get events.
Definition at line 82 of file class.ilDownloadFilesBackgroundTask.php.
References $events.
Referenced by collectFiles().
Here is the caller graph for this function:| ilDownloadFilesBackgroundTask::run | ( | ) |
Run task.
Definition at line 116 of file class.ilDownloadFilesBackgroundTask.php.
References $GLOBALS, collectFiles(), ilUtil\getASCIIFilename(), getBucketTitle(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilDownloadFilesBackgroundTask::setBucketTitle | ( | $a_title | ) |
set bucket title.
| $a_title |
Definition at line 91 of file class.ilDownloadFilesBackgroundTask.php.
| ilDownloadFilesBackgroundTask::setEvents | ( | array | $a_events | ) |
Set events.
| array | $a_events |
Definition at line 73 of file class.ilDownloadFilesBackgroundTask.php.
|
protected |
Definition at line 46 of file class.ilDownloadFilesBackgroundTask.php.
Referenced by getBucketTitle().
|
private |
Array of calendar event.
Definition at line 40 of file class.ilDownloadFilesBackgroundTask.php.
Referenced by getEvents().
|
protected |
Definition at line 52 of file class.ilDownloadFilesBackgroundTask.php.
|
private |
Definition at line 19 of file class.ilDownloadFilesBackgroundTask.php.
|
protected |
Definition at line 35 of file class.ilDownloadFilesBackgroundTask.php.
|
protected |
Definition at line 30 of file class.ilDownloadFilesBackgroundTask.php.
|
protected |
Definition at line 24 of file class.ilDownloadFilesBackgroundTask.php.