|
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 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 () | |
Protected Attributes | |
| ilObjUser | $current_user |
| ILIAS DI UIServices | $ui |
Protected Attributes inherited from ilAbstractLearningHistoryProvider | |
| int | $user_id |
| ilLearningHistoryFactory | $factory |
| ilLanguage | $lng |
Additional Inherited Members | |
Protected Member Functions inherited from ilAbstractLearningHistoryProvider | |
| getUserId () | |
| getFactory () | |
| getLanguage () | |
| getEmphasizedTitle (string $title) | |
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: Badges
Definition at line 23 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 28 of file class.ilBadgeLearningHistoryProvider.php.
References $current_user, $DIC, ilAbstractLearningHistoryProvider\$factory, ilAbstractLearningHistoryProvider\$lng, ilAbstractLearningHistoryProvider\$template, $ui, 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 59 of file class.ilBadgeLearningHistoryProvider.php.
References $c, ilAbstractLearningHistoryProvider\$lng, $url, ilLink\_getLink(), 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 87 of file class.ilBadgeLearningHistoryProvider.php.
References ilAbstractLearningHistoryProvider\$lng, ilAbstractLearningHistoryProvider\getLanguage(), and ilLanguage\txt().
Here is the call graph for this function:| ilBadgeLearningHistoryProvider::isActive | ( | ) |
Implements ilLearningHistoryProviderInterface.
Definition at line 51 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:
|
protected |
Definition at line 25 of file class.ilBadgeLearningHistoryProvider.php.
Referenced by __construct().
|
protected |
Definition at line 26 of file class.ilBadgeLearningHistoryProvider.php.
Referenced by __construct().