| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Description of class class. More...
 Inheritance diagram for ilZipJob:
 Collaboration diagram for ilZipJob: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 Attributes | |
| ilLogger | $logger | 
| ILIAS Filesystem Util Archive Archives | $archives | 
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 30 of file class.ilZipJob.php.
| ilZipJob::__construct | ( | ) | 
Construct.
Definition at line 38 of file class.ilZipJob.php.
References $DIC, and ILIAS\Repository\logger().
 Here is the call graph for this function:| ilZipJob::getExpectedTimeOfTaskInSeconds | ( | ) | 
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 107 of file class.ilZipJob.php.
| ilZipJob::getInputTypes | ( | ) | 
| ilZipJob::getOutputType | ( | ) | 
Implements ILIAS\BackgroundTasks\Task.
Definition at line 61 of file class.ilZipJob.php.
| ilZipJob::isStateless | ( | ) | 
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 70 of file class.ilZipJob.php.
| ilZipJob::run | ( | array | $input, | 
| \ILIAS\BackgroundTasks\Observer | $observer | ||
| ) | 
Definition at line 80 of file class.ilZipJob.php.
References ilFileUtils\delDir(), and ILIAS\Repository\logger().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 33 of file class.ilZipJob.php.
      
  | 
  private | 
Definition at line 32 of file class.ilZipJob.php.