ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
TaskFactory.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
ILIAS\BackgroundTasks\Task
;
4
5
use
ILIAS\BackgroundTasks\Task
;
6
use
ILIAS\BackgroundTasks\Value
;
7
8
interface
TaskFactory
9
{
10
17
public
function
createTask
($class_name, $input =
null
);
18
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\BackgroundTasks\Task\TaskFactory
Definition:
TaskFactory.php:9
ILIAS\BackgroundTasks\Task\TaskFactory\createTask
createTask($class_name, $input=null)
ILIAS\BackgroundTasks\Value
Definition:
Value.php:16
ILIAS\BackgroundTasks\Task
Definition:
Job.php:3
src
BackgroundTasks
Task
TaskFactory.php
Generated on Sat Oct 4 2025 21:01:12 for ILIAS by
1.9.4 (using
Doxyfile
)