|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilBadgeLearningHistoryProvider:
Collaboration diagram for ilBadgeLearningHistoryProvider: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 () | |
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 () | |
Private Attributes | |
| ilObjUser | $current_user |
| ILIAS DI UIServices | $ui |
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
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 $current_user, $DIC, ilAbstractLearningHistoryProvider\$factory, ilAbstractLearningHistoryProvider\$lng, ilAbstractLearningHistoryProvider\$template, ilAbstractLearningHistoryProvider\$user_id, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\ui().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| ilBadgeLearningHistoryProvider::getName | ( | ) |
Implements ilLearningHistoryProviderInterface.
Definition at line 82 of file class.ilBadgeLearningHistoryProvider.php.
References ilAbstractLearningHistoryProvider\getLanguage().
Here is the call graph for this function:| ilBadgeLearningHistoryProvider::isActive | ( | ) |
Implements ilLearningHistoryProviderInterface.
Definition at line 40 of file class.ilBadgeLearningHistoryProvider.php.
References ilBadgeHandler\getInstance(), and isActive().
Referenced by isActive().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 21 of file class.ilBadgeLearningHistoryProvider.php.
Referenced by __construct().
|
private |
Definition at line 22 of file class.ilBadgeLearningHistoryProvider.php.