ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ILIAS\BackgroundTasks\Task\TaskFactory Interface Reference
+ Inheritance diagram for ILIAS\BackgroundTasks\Task\TaskFactory:
+ Collaboration diagram for ILIAS\BackgroundTasks\Task\TaskFactory:

Public Member Functions

 createTask ($class_name, $input=null)
 

Detailed Description

Definition at line 8 of file TaskFactory.php.

Member Function Documentation

◆ createTask()

ILIAS\BackgroundTasks\Task\TaskFactory::createTask (   $class_name,
  $input = null 
)
Parameters
$class_namestring The fully quallified classname to create
$inputValue[] The values you want as inputs to the task.
Returns
Task

Referenced by ILIAS\BackgroundTasks\Implementation\Tasks\BasicTaskFactory\__construct().

+ Here is the caller graph for this function:

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