ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilLearningHistoryProviderFactory 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 ilLearningHistoryProviderFactory:

Public Member Functions

 __construct (ilLearningHistoryService $service)
 

Protected Attributes

ilLearningHistoryService $service
 

Static Protected Attributes

static array $providers
 

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 Learning history providers factory

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

Definition at line 23 of file class.ilLearningHistoryProviderFactory.php.

Constructor & Destructor Documentation

◆ __construct()

ilLearningHistoryProviderFactory::__construct ( ilLearningHistoryService  $service)

Definition at line 36 of file class.ilLearningHistoryProviderFactory.php.

References $provider, $providers, and $service.

37  {
38  $this->service = $service;
39  }

Field Documentation

◆ $providers

array ilLearningHistoryProviderFactory::$providers
staticprotected
Initial value:
= array(
ilTrackingLearningHistoryProvider::class,
ilBadgeLearningHistoryProvider::class,
ilCourseLearningHistoryProvider::class,
ilFirstLoginLearningHistoryProvider::class,
ilCertificateLearningHistoryProvider::class,
ilSkillLearningHistoryProvider::class
)

Definition at line 27 of file class.ilLearningHistoryProviderFactory.php.

Referenced by __construct().

◆ $service

ilLearningHistoryService ilLearningHistoryProviderFactory::$service
protected

Definition at line 25 of file class.ilLearningHistoryProviderFactory.php.

Referenced by __construct().


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