ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\BackgroundTasks\Implementation\Tasks\AbstractJob Class Reference
+ Inheritance diagram for ILIAS\BackgroundTasks\Implementation\Tasks\AbstractJob:
+ Collaboration diagram for ILIAS\BackgroundTasks\Implementation\Tasks\AbstractJob:

Public Member Functions

 getInput ()
 
Returns
array returns the input array
More...
 
- Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask
 setInput (array $values)
 
 getOutput ()
 
 getInput ()
 
 getType ()
 
 unfoldTask ()
 Unfold the task. More...
 
 getRemoveOption ()
 
Returns
Option An Option to remove the current task and do some cleanup if possible. This Option is displayed if the Bucket is completed. You do not have to provide an additional Option to remove in your UserInteraction, the remove-Option is added to the list of Options (last position)
See also
self::getAbortOption();
More...
 
 getAbortOption ()
 
Returns
Option In case a Job is failed or did not respond for some time, an Abort-Option is displayed. There is already a Standard-Abort-Option registered, you can override with your own and do some cleanup if possible.
More...
 
- Public Member Functions inherited from ILIAS\BackgroundTasks\Task
 getInputTypes ()
 
 getOutputType ()
 
- Public Member Functions inherited from ILIAS\BackgroundTasks\Task\Job
 run (array $input, Observer $observer)
 
 isStateless ()
 
 getExpectedTimeOfTaskInSeconds ()
 

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 (array $values)
 
 extractType ($value)
 
- Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask
array $input = []
 
Value $output
 

Detailed Description

Definition at line 28 of file AbstractJob.php.

Member Function Documentation

◆ getInput()

ILIAS\BackgroundTasks\Implementation\Tasks\AbstractJob::getInput ( )

Returns
array returns the input array

Implements ILIAS\BackgroundTasks\Task\Job.

Definition at line 34 of file AbstractJob.php.

References ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask\$input.

34  : array
35  {
36  return $this->input;
37  }

The documentation for this class was generated from the following file: