|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilCourseLearningHistoryProvider:
Collaboration diagram for ilCourseLearningHistoryProvider:Public Member Functions | |
| isActive () | |
| getEntries (int $ts_start, int $ts_end) | |
| getName () | |
Public Member Functions inherited from ilAbstractLearningHistoryProvider | |
| __construct (int $user_id, ilLearningHistoryFactory $factory, ilLanguage $lng, ilTemplate $template=null) | |
| isActive () | |
| getEntries (int $ts_start, int $ts_end) | |
| getName () | |
Additional Inherited Members | |
Protected Member Functions inherited from ilAbstractLearningHistoryProvider | |
| getUserId () | |
| getFactory () | |
| getLanguage () | |
| getEmphasizedTitle (string $title) | |
Protected Attributes inherited from ilAbstractLearningHistoryProvider | |
| int | $user_id |
| ilLearningHistoryFactory | $factory |
| ilLanguage | $lng |
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 provider: Course learning objectives
Definition at line 24 of file class.ilCourseLearningHistoryProvider.php.
| ilCourseLearningHistoryProvider::getEntries | ( | int | $ts_start, |
| int | $ts_end | ||
| ) |
Implements ilLearningHistoryProviderInterface.
Definition at line 37 of file class.ilCourseLearningHistoryProvider.php.
References $c, ilAbstractLearningHistoryProvider\$lng, ilLOUserResults\getCompletionsOfUser(), ilAbstractLearningHistoryProvider\getEmphasizedTitle(), ilAbstractLearningHistoryProvider\getFactory(), ilUtil\getImagePath(), ilAbstractLearningHistoryProvider\getLanguage(), ilAbstractLearningHistoryProvider\getUserId(), ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Here is the call graph for this function:| ilCourseLearningHistoryProvider::getName | ( | ) |
Implements ilLearningHistoryProviderInterface.
Definition at line 64 of file class.ilCourseLearningHistoryProvider.php.
References ilAbstractLearningHistoryProvider\$lng, ilAbstractLearningHistoryProvider\getLanguage(), ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Here is the call graph for this function:| ilCourseLearningHistoryProvider::isActive | ( | ) |
Implements ilLearningHistoryProviderInterface.
Definition at line 29 of file class.ilCourseLearningHistoryProvider.php.