ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
class.ilDummyDerivedTaskProviderFactory.php
Go to the documentation of this file.
1<?php
2
25{
27
31 public function __construct()
32 {
33 }
34
36 {
37 $this->task_service = $task_service;
38 }
39
40
44 public function getProviders(): array
45 {
46 return [
47 new ilDummyDerivedTaskProvider($this->task_service)
48 ];
49 }
50}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...