ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Description of class class. More...
Public Member Functions | |
__construct () | |
Construct. More... | |
getInputTypes () | |
@inheritDoc More... | |
getOutputType () | |
@inheritDoc More... | |
isStateless () | |
@inheritDoc More... | |
run (array $input, Observer $observer) | |
@inheritDoc More... | |
getExpectedTimeOfTaskInSeconds () | |
| |
![]() | |
getInput () | |
| |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
getType () | |
getInputTypes () | |
getOutputType () | |
getOutput () | |
setInput (array $values) | |
getInput () | |
unfoldTask () | |
getRemoveOption () | |
getAbortOption () | |
run (array $input, Observer $observer) | |
isStateless () | |
getInput () | |
getExpectedTimeOfTaskInSeconds () | |
Private Member Functions | |
getFileDirs ($a_ref_id, string $a_file_name, string $a_temp_dir) | |
recurseFolder ($a_ref_id, string $a_folder_name, string $a_temp_dir, int|float $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 (array $values) | |
extractType ($value) | |
![]() | |
array | $input = [] |
Value | $output |
Description of class class.
Definition at line 32 of file class.ilCollectFilesJob.php.
ilCollectFilesJob::__construct | ( | ) |
Construct.
Definition at line 47 of file class.ilCollectFilesJob.php.
References $DIC, and ILIAS\Repository\logger().
ilCollectFilesJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 238 of file class.ilCollectFilesJob.php.
|
private |
Definition at line 143 of file class.ilCollectFilesJob.php.
References $DIC, $filename, and ensureSuffix().
Referenced by recurseFolder(), and run().
ilCollectFilesJob::getInputTypes | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 57 of file class.ilCollectFilesJob.php.
ilCollectFilesJob::getOutputType | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 70 of file class.ilCollectFilesJob.php.
ilCollectFilesJob::isStateless | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 79 of file class.ilCollectFilesJob.php.
|
private |
$ref_id | |
$title | |
$tmpdir |
Definition at line 190 of file class.ilCollectFilesJob.php.
References $DIC, ilObject\_isInTrash(), ilFileUtils\getASCIIFilename(), getFileDirs(), and recurseFolder().
Referenced by recurseFolder(), and run().
ilCollectFilesJob::run | ( | array | $input, |
Observer | $observer | ||
) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 89 of file class.ilCollectFilesJob.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, getFileDirs(), ilObjectFactory\getInstanceByRefId(), ILIAS\Repository\logger(), and recurseFolder().
|
private |
Definition at line 36 of file class.ilCollectFilesJob.php.
|
staticprivate |
Definition at line 42 of file class.ilCollectFilesJob.php.