| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Description of class class. More...
 Inheritance diagram for ilCalendarCopyFilesToTempDirectoryJob:
 Collaboration diagram for ilCalendarCopyFilesToTempDirectoryJob:Public Member Functions | |
| __construct () | |
| Constructor.  More... | |
| getInputTypes () | |
| getOutputType () | |
| isStateless () | |
| run (array $input, 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 () | |
  | |
Protected Member Functions | |
| createUniqueTempDirectory () | |
| createTargetDirectory (string $a_tmpdir) | |
| copyFiles (string $tmpdir, ilCalendarRessourceStorageCopyDefinition $definition) | |
| Copy files.  More... | |
| copyWithRId (string $tmpdir, array $copy_task) | |
| copyWithAbsolutePath (string $tmpdir, array $copy_task) | |
  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 | 
| ILIAS ResourceStorage Services | $irss | 
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 36 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
| ilCalendarCopyFilesToTempDirectoryJob::__construct | ( | ) | 
Constructor.
Definition at line 46 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
References $DIC, and ILIAS\Repository\logger().
 Here is the call graph for this function:
      
  | 
  protected | 
Copy files.
Definition at line 136 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
References ilCalendarRessourceStorageCopyDefinition\COPY_RESSOURCE_ID, copyWithAbsolutePath(), copyWithRId(), and ilCalendarRessourceStorageCopyDefinition\getCopyDefinitions().
Referenced by run().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 168 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
References ilCalendarRessourceStorageCopyDefinition\COPY_ABSOLUTE_PATH, ilCalendarRessourceStorageCopyDefinition\COPY_TARGET_DIR, ILIAS\Repository\logger(), and ilFileUtils\makeDirParents().
Referenced by copyFiles().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 147 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
References ilCalendarRessourceStorageCopyDefinition\COPY_RESSOURCE_ID, ilCalendarRessourceStorageCopyDefinition\COPY_TARGET_DIR, ILIAS\Repository\logger(), and ilFileUtils\makeDirParents().
Referenced by copyFiles().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 125 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 117 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 188 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
| ilCalendarCopyFilesToTempDirectoryJob::getInputTypes | ( | ) | 
Implements ILIAS\BackgroundTasks\Task.
Definition at line 57 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
| ilCalendarCopyFilesToTempDirectoryJob::getOutputType | ( | ) | 
Implements ILIAS\BackgroundTasks\Task.
Definition at line 69 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
| ilCalendarCopyFilesToTempDirectoryJob::isStateless | ( | ) | 
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 77 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
| ilCalendarCopyFilesToTempDirectoryJob::run | ( | array | $input, | 
| Observer | $observer | ||
| ) | 
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 85 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
References $out, copyFiles(), createTargetDirectory(), createUniqueTempDirectory(), and ILIAS\Repository\logger().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 39 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
      
  | 
  private | 
Definition at line 38 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
      
  | 
  protected | 
Definition at line 41 of file class.ilCalendarCopyFilesToTempDirectoryJob.php.
Referenced by createTargetDirectory().