|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Description of class class. More...
Inheritance diagram for ilCollectFilesJob:
Collaboration diagram for ilCollectFilesJob:Public Member Functions | |
| __construct () | |
| Construct. More... | |
| getInputTypes () | |
| getOutputType () | |
| isStateless () | |
| run (array $input, \ILIAS\BackgroundTasks\Observer $observer) | |
| getExpectedTimeOfTaskInSeconds () | |
| |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractJob | |
| getInput () | |
| |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| setInput (array $values) | |
| getOutput () | |
| getInput () | |
| getType () | |
| unfoldTask () | |
| Unfold the task. More... | |
| getRemoveOption () | |
| |
| getAbortOption () | |
| |
Public Member Functions inherited from ILIAS\BackgroundTasks\Task\Job | |
| run (array $input, Observer $observer) | |
Private Member Functions | |
| getFileDirs ($a_ref_id, $a_file_name, $a_temp_dir) | |
| 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 | |
Data Fields inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| const | MAIN_REMOVE = 'bt_main_remove' |
| const | MAIN_ABORT = 'bt_main_abort' |
Protected Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| checkTypes ($values) | |
| extractType ($value) | |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] |
| ILIAS BackgroundTasks Value | $output |
Description of class class.
Definition at line 31 of file class.ilCollectFilesJob.php.
| ilCollectFilesJob::__construct | ( | ) |
Construct.
Definition at line 46 of file class.ilCollectFilesJob.php.
References $DIC, and ILIAS\Repository\logger().
Here is the call graph for this function:| ilCollectFilesJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 239 of file class.ilCollectFilesJob.php.
|
private |
Definition at line 142 of file class.ilCollectFilesJob.php.
References $DIC, $filename, and ensureSuffix().
Referenced by recurseFolder(), and run().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCollectFilesJob::getInputTypes | ( | ) |
| ilCollectFilesJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 69 of file class.ilCollectFilesJob.php.
| ilCollectFilesJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 78 of file class.ilCollectFilesJob.php.
|
private |
| $ref_id | |
| $title | |
| $tmpdir |
Definition at line 189 of file class.ilCollectFilesJob.php.
References $DIC, ilObject\_isInTrash(), ilFileUtils\getASCIIFilename(), and getFileDirs().
Referenced by run().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCollectFilesJob::run | ( | array | $input, |
| \ILIAS\BackgroundTasks\Observer | $observer | ||
| ) |
Definition at line 88 of file class.ilCollectFilesJob.php.
References getFileDirs(), ilObjectFactory\getInstanceByRefId(), ILIAS\Repository\logger(), and recurseFolder().
Here is the call graph for this function:
|
private |
Definition at line 35 of file class.ilCollectFilesJob.php.
|
staticprivate |
Definition at line 41 of file class.ilCollectFilesJob.php.