ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Description of class class. More...
Public Member Functions | |
__construct () | |
Construct. More... | |
getInputTypes () | |
getOutputType () | |
isStateless () | |
run (array $input, \ILIAS\BackgroundTasks\Observer $observer) | |
getExpectedTimeOfTaskInSeconds () | |
| |
![]() | |
getInput () | |
| |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
![]() | |
run (array $input, Observer $observer) | |
Static Private Member Functions | |
static | getFileDirs ($a_ref_id, $a_file_name, $a_temp_dir) |
static | recurseFolder ($a_ref_id, $a_folder_name, $a_temp_dir, $a_num_recursions, $a_initiated_by_folder_action) |
Private Attributes | |
ilLogger | $logger |
Static Private Attributes | |
static array | $targets = [] |
Additional Inherited Members | |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
![]() | |
checkTypes ($values) | |
extractType ($value) | |
![]() | |
array | $input = [] |
ILIAS BackgroundTasks Value | $output |
Description of class class.
Definition at line 30 of file class.ilCollectFilesJob.php.
ilCollectFilesJob::__construct | ( | ) |
Construct.
Definition at line 43 of file class.ilCollectFilesJob.php.
References $DIC, and ILIAS\Repository\logger().
ilCollectFilesJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 232 of file class.ilCollectFilesJob.php.
|
staticprivate |
Definition at line 139 of file class.ilCollectFilesJob.php.
References $DIC, $filename, and ilFileUtils\getASCIIFilename().
ilCollectFilesJob::getInputTypes | ( | ) |
ilCollectFilesJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 66 of file class.ilCollectFilesJob.php.
ilCollectFilesJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 75 of file class.ilCollectFilesJob.php.
|
staticprivate |
$ref_id | |
$title | |
$tmpdir |
Definition at line 182 of file class.ilCollectFilesJob.php.
References $DIC, ilObject\_isInTrash(), and ilFileUtils\getASCIIFilename().
ilCollectFilesJob::run | ( | array | $input, |
\ILIAS\BackgroundTasks\Observer | $observer | ||
) |
Definition at line 85 of file class.ilCollectFilesJob.php.
References ilObjectFactory\getInstanceByRefId(), and ILIAS\Repository\logger().
|
private |
Definition at line 32 of file class.ilCollectFilesJob.php.
|
staticprivate |
Definition at line 38 of file class.ilCollectFilesJob.php.