ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
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.

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: