ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
TaskFactory.php
Go to the documentation of this file.
1<?php
2
20
22
23interface TaskFactory
24{
29 public function createTask(string $class_name, ?array $input = null): Task;
30}
createTask(string $class_name, ?array $input=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Job.php:19