ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Description of class class. More...
Public Member Functions | |
__construct () | |
Construct. More... | |
getInputTypes () | |
getOutputType () | |
isStateless () | |
run (array $input, Observer $observer) | |
getExpectedTimeOfTaskInSeconds () | |
| |
![]() | |
getInput () | |
| |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
Protected Member Functions | |
calculateRecursive (array $a_ref_ids, int &$a_file_size) | |
Calculates the number and size of the files being downloaded recursively. More... | |
validateAccess (int $ref_id) | |
Check file access. More... | |
![]() | |
checkTypes (array $values) | |
extractType ($value) | |
Protected Attributes | |
ilSetting | $settings |
![]() | |
array | $input = [] |
Value | $output |
Private Attributes | |
readonly ilLogger | $logger |
Additional Inherited Members | |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
Description of class class.
Definition at line 32 of file class.ilCheckSumOfFileSizesJob.php.
ilCheckSumOfFileSizesJob::__construct | ( | ) |
Construct.
Definition at line 41 of file class.ilCheckSumOfFileSizesJob.php.
References $DIC, ILIAS\Repository\logger(), and ILIAS\Repository\settings().
|
protected |
Calculates the number and size of the files being downloaded recursively.
Definition at line 117 of file class.ilCheckSumOfFileSizesJob.php.
References $DIC, $ref_id, ilObjFileAccess\_lookupFileSize(), ilObject\_lookupType(), and validateAccess().
Referenced by run().
ilCheckSumOfFileSizesJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 170 of file class.ilCheckSumOfFileSizesJob.php.
ilCheckSumOfFileSizesJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 52 of file class.ilCheckSumOfFileSizesJob.php.
ilCheckSumOfFileSizesJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 64 of file class.ilCheckSumOfFileSizesJob.php.
ilCheckSumOfFileSizesJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 73 of file class.ilCheckSumOfFileSizesJob.php.
ilCheckSumOfFileSizesJob::run | ( | array | $input, |
Observer | $observer | ||
) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 83 of file class.ilCheckSumOfFileSizesJob.php.
References $general, calculateRecursive(), and ILIAS\Repository\logger().
|
protected |
Check file access.
Definition at line 155 of file class.ilCheckSumOfFileSizesJob.php.
References $DIC, and ilObject\_isInTrash().
Referenced by calculateRecursive().
|
private |
Definition at line 34 of file class.ilCheckSumOfFileSizesJob.php.
|
protected |
Definition at line 35 of file class.ilCheckSumOfFileSizesJob.php.