|
ILIAS
release_8 Revision v8.24
|
Description of class class. More...
Inheritance diagram for ilCalendarCopyFilesToTempDirectoryJob:
Collaboration diagram for ilCalendarCopyFilesToTempDirectoryJob:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| getInputTypes () | |
| @inheritDoc More... | |
| getOutputType () | |
| @inheritDoc More... | |
| isStateless () | |
| @inheritDoc More... | |
| run (array $input, Observer $observer) | |
| @inheritDoc More... | |
| 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 () | |
| |
| getType () | |
| getInputTypes () | |
| getOutputType () | |
| getOutput () | |
| setInput (array $values) | |
| getInput () | |
| unfoldTask () | |
| getRemoveOption () | |
| getAbortOption () | |
| run (array $input, Observer $observer) | |
| isStateless () | |
| getInput () | |
| getExpectedTimeOfTaskInSeconds () | |
Protected Member Functions | |
| createUniqueTempDirectory () | |
| createTargetDirectory (string $a_tmpdir) | |
| copyFiles (string $tmpdir, ilCalendarCopyDefinition $definition) | |
| Copy files. More... | |
Protected Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| checkTypes ($values) | |
| extractType ($value) | |
Protected Attributes | |
| string | $target_directory |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] |
| ILIAS BackgroundTasks Value | $output |
Private Attributes | |
| ilLogger | $logger |
Additional Inherited Members | |
Data Fields inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| const | MAIN_REMOVE = 'bt_main_remove' |
| const | MAIN_ABORT = 'bt_main_abort' |
Description of class class.
Definition at line 20 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
| ilCalendarCopyFilesToTempDirectoryJob::__construct | ( | ) |
Constructor.
Definition at line 29 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
References $DIC, and ILIAS\Repository\logger().
Here is the call graph for this function:
|
protected |
Copy files.
| string | $tmpdir | |
| ilCalendarCopyDefinition | $definition |
Definition at line 120 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
References ilCalendarCopyDefinition\COPY_SOURCE_DIR, ilCalendarCopyDefinition\COPY_TARGET_DIR, ilCalendarCopyDefinition\getCopyDefinitions(), ILIAS\Repository\logger(), and ilFileUtils\makeDirParents().
Referenced by run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 107 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
References $target_directory, ILIAS\Repository\logger(), and ilFileUtils\makeDirParents().
Referenced by run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 99 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
References ilFileUtils\ilTempnam(), ILIAS\Repository\logger(), and ilFileUtils\makeDirParents().
Referenced by run().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCalendarCopyFilesToTempDirectoryJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 149 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
| ilCalendarCopyFilesToTempDirectoryJob::getInputTypes | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 39 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
| ilCalendarCopyFilesToTempDirectoryJob::getOutputType | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task.
Definition at line 51 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
| ilCalendarCopyFilesToTempDirectoryJob::isStateless | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 59 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
| ilCalendarCopyFilesToTempDirectoryJob::run | ( | array | $input, |
| Observer | $observer | ||
| ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 67 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input, $out, copyFiles(), createTargetDirectory(), createUniqueTempDirectory(), and ILIAS\Repository\logger().
Here is the call graph for this function:
|
private |
Definition at line 22 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
|
protected |
Definition at line 24 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
Referenced by createTargetDirectory().