ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilDerivedTaskCollector Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for ilDerivedTaskCollector:

Public Member Functions

 __construct (ilTaskService $service)
 Constructor. More...
 

Protected Attributes

ilTaskService $service
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Derived task collector

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 24 of file class.ilDerivedTaskCollector.php.

Constructor & Destructor Documentation

◆ __construct()

ilDerivedTaskCollector::__construct ( ilTaskService  $service)

Constructor.

Definition at line 31 of file class.ilDerivedTaskCollector.php.

References $provider, $service, and ilArrayUtil\sortArray().

32  {
33  $this->service = $service;
34  }
+ Here is the call graph for this function:

Field Documentation

◆ $service

ilTaskService ilDerivedTaskCollector::$service
protected

Definition at line 26 of file class.ilDerivedTaskCollector.php.

Referenced by __construct().


The documentation for this class was generated from the following file: