ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Description of class class. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
getInputTypes () | |
getOutputType () | |
isStateless () | |
run (array $input, Observer $observer) | |
run the job More... | |
getExpectedTimeOfTaskInSeconds () | |
| |
![]() | |
getInput () | |
| |
![]() | |
setInput (array $values) | |
getOutput () | |
getInput () | |
getType () | |
unfoldTask () | |
Unfold the task. More... | |
getRemoveOption () | |
| |
getAbortOption () | |
| |
Protected Member Functions | |
createUniqueTempDirectory () | |
createTargetDirectory ($a_tmpdir) | |
copyFiles ($tmpdir, ilCopyDefinition $definition) | |
Copy files. More... | |
![]() | |
checkTypes ($values) | |
extractType ($value) | |
Protected Attributes | |
$target_directory | |
![]() | |
$input = [] | |
$output | |
Private Attributes | |
$logger = null | |
Additional Inherited Members | |
![]() | |
const | MAIN_REMOVE = 'bt_main_remove' |
const | MAIN_ABORT = 'bt_main_abort' |
Description of class class.
Definition at line 17 of file class.ilCopyFilesToTempDirectoryJob.php.
ilCopyFilesToTempDirectoryJob::__construct | ( | ) |
Constructor.
Definition at line 33 of file class.ilCopyFilesToTempDirectoryJob.php.
References $GLOBALS.
|
protected |
Copy files.
string | $tmpdir | |
ilCopyDefinition | $definition |
Definition at line 131 of file class.ilCopyFilesToTempDirectoryJob.php.
References ilCopyDefinition\COPY_SOURCE_DIR, ilCopyDefinition\COPY_TARGET_DIR, ilCopyDefinition\getCopyDefinitions(), and ilUtil\makeDirParents().
Referenced by run().
|
protected |
Definition at line 115 of file class.ilCopyFilesToTempDirectoryJob.php.
References $target_directory, and ilUtil\makeDirParents().
Referenced by run().
|
protected |
Definition at line 105 of file class.ilCopyFilesToTempDirectoryJob.php.
References ilUtil\ilTempnam(), and ilUtil\makeDirParents().
Referenced by run().
ilCopyFilesToTempDirectoryJob::getExpectedTimeOfTaskInSeconds | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 176 of file class.ilCopyFilesToTempDirectoryJob.php.
ilCopyFilesToTempDirectoryJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 41 of file class.ilCopyFilesToTempDirectoryJob.php.
ilCopyFilesToTempDirectoryJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 54 of file class.ilCopyFilesToTempDirectoryJob.php.
ilCopyFilesToTempDirectoryJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 60 of file class.ilCopyFilesToTempDirectoryJob.php.
ilCopyFilesToTempDirectoryJob::run | ( | array | $input, |
Observer | $observer | ||
) |
run the job
Value | $input | |
Observer | $observer |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 72 of file class.ilCopyFilesToTempDirectoryJob.php.
References $out, copyFiles(), createTargetDirectory(), and createUniqueTempDirectory().
|
private |
Definition at line 23 of file class.ilCopyFilesToTempDirectoryJob.php.
|
protected |
Definition at line 27 of file class.ilCopyFilesToTempDirectoryJob.php.
Referenced by createTargetDirectory().