ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $user_id, ilLearningHistoryFactory $factory, ilLanguage $lng, ?ilTemplate $template=null, ?ilObjUser $current_user=null, ?\ILIAS\DI\UIServices $ui=null) | |
isActive () | |
getEntries (int $ts_start, int $ts_end) | |
getName () | |
![]() | |
__construct (int $user_id, ilLearningHistoryFactory $factory, ilLanguage $lng, ?ilTemplate $template=null) | |
Private Attributes | |
ilObjUser | $current_user |
ILIAS DI UIServices | $ui |
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
Definition at line 19 of file class.ilBadgeLearningHistoryProvider.php.
ilBadgeLearningHistoryProvider::__construct | ( | int | $user_id, |
ilLearningHistoryFactory | $factory, | ||
ilLanguage | $lng, | ||
?ilTemplate | $template = null , |
||
?ilObjUser | $current_user = null , |
||
?\ILIAS\DI\UIServices | $ui = null |
||
) |
Definition at line 24 of file class.ilBadgeLearningHistoryProvider.php.
References $DIC, ilAbstractLearningHistoryProvider\$template, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\ui().
ilBadgeLearningHistoryProvider::getEntries | ( | int | $ts_start, |
int | $ts_end | ||
) |
Implements ilLearningHistoryProviderInterface.
Definition at line 51 of file class.ilBadgeLearningHistoryProvider.php.
References $c, ilAbstractLearningHistoryProvider\$lng, $url, ilBadgeAssignment\getBadgesForUser(), ilAbstractLearningHistoryProvider\getEmphasizedTitle(), ilAbstractLearningHistoryProvider\getFactory(), ilUtil\getImagePath(), ilAbstractLearningHistoryProvider\getLanguage(), ilAbstractLearningHistoryProvider\getUserId(), ilLanguage\loadLanguageModule(), ilLanguage\txt(), and ILIAS\Repository\ui().
ilBadgeLearningHistoryProvider::getName | ( | ) |
Implements ilLearningHistoryProviderInterface.
Definition at line 82 of file class.ilBadgeLearningHistoryProvider.php.
References ilAbstractLearningHistoryProvider\getLanguage().
ilBadgeLearningHistoryProvider::isActive | ( | ) |
Implements ilLearningHistoryProviderInterface.
Definition at line 40 of file class.ilBadgeLearningHistoryProvider.php.
References ilBadgeHandler\getInstance().
|
private |
Definition at line 21 of file class.ilBadgeLearningHistoryProvider.php.
|
private |
Definition at line 22 of file class.ilBadgeLearningHistoryProvider.php.