ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilDummyDerivedTaskProviderFactory.php
Go to the documentation of this file.
1 <?php
2 
25 {
27 
31  public function __construct()
32  {
33  }
34 
40  public function setTaskService(ilTaskService $task_service)
41  {
42  $this->task_service = $task_service;
43  }
44 
45 
49  public function getProviders(): array
50  {
51  return [
52  new ilDummyDerivedTaskProvider($this->task_service)
53  ];
54  }
55 }
getProviders()
Get providers.ilDerivedTaskProvider[]
setTaskService(ilTaskService $task_service)
Set task service.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Task service.