ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
TaskFactory.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\BackgroundTasks\Task
;
20
21
use
ILIAS\BackgroundTasks\Task
;
22
23
interface
TaskFactory
24
{
29
public
function
createTask
(
string
$class_name, ?array $input =
null
):
Task
;
30
}
ILIAS\BackgroundTasks\Task\TaskFactory\createTask
createTask(string $class_name, ?array $input=null)
ILIAS\BackgroundTasks\Task
Definition:
Task.php:35
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
ILIAS\BackgroundTasks\Task
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Job.php:19
TaskFactory
components
ILIAS
BackgroundTasks
src
Task
TaskFactory.php
Generated on Sun Aug 31 2025 23:02:17 for ILIAS by
1.8.13 (using
Doxyfile
)