ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
isActive () | |
getEntries (int $ts_start, int $ts_end) | |
getName () | |
![]() | |
__construct (int $user_id, ilLearningHistoryFactory $factory, ilLanguage $lng, ilTemplate $template=null) | |
Additional Inherited Members | |
![]() | |
getUserId () | |
getFactory () | |
getLanguage () | |
getEmphasizedTitle (string $title) | |
![]() | |
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().
ilCourseLearningHistoryProvider::getName | ( | ) |
Implements ilLearningHistoryProviderInterface.
Definition at line 64 of file class.ilCourseLearningHistoryProvider.php.
References ilAbstractLearningHistoryProvider\$lng, ilAbstractLearningHistoryProvider\getLanguage(), ilLanguage\loadLanguageModule(), and ilLanguage\txt().
ilCourseLearningHistoryProvider::isActive | ( | ) |
Implements ilLearningHistoryProviderInterface.
Definition at line 29 of file class.ilCourseLearningHistoryProvider.php.