ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilDummyDerivedTaskProviderFactory.php
Go to the documentation of this file.
1<?php
2
25{
27
31 public function __construct()
32 {
33 }
34
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}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTaskService(ilTaskService $task_service)
Set task service.
getProviders()
Get providers.ilDerivedTaskProvider[]
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...