ILIAS  release_8 Revision v8.24
ILIAS\BackgroundTasks\Task\TaskFactory Interface Reference
+ Inheritance diagram for ILIAS\BackgroundTasks\Task\TaskFactory:
+ Collaboration diagram for ILIAS\BackgroundTasks\Task\TaskFactory:

Public Member Functions

 createTask (string $class_name, ?array $input=null)
 

Detailed Description

Definition at line 24 of file TaskFactory.php.

Member Function Documentation

◆ createTask()

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

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