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 | |
__construct (int $user_id, ilLearningHistoryFactory $factory, ilLanguage $lng, ilTemplate $template=null) | |
Protected Member Functions | |
getUserId () | |
getFactory () | |
getLanguage () | |
getEmphasizedTitle (string $title) | |
Protected Attributes | |
int | $user_id |
ilLearningHistoryFactory | $factory |
ilLanguage | $lng |
Private Attributes | |
ilTemplate | $template |
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 Abstract learning history provider
Definition at line 23 of file class.ilAbstractLearningHistoryProvider.php.
ilAbstractLearningHistoryProvider::__construct | ( | int | $user_id, |
ilLearningHistoryFactory | $factory, | ||
ilLanguage | $lng, | ||
ilTemplate | $template = null |
||
) |
Definition at line 30 of file class.ilAbstractLearningHistoryProvider.php.
References $factory, $lng, $template, $user_id, and ILIAS\Repository\lng().
|
protected |
Definition at line 66 of file class.ilAbstractLearningHistoryProvider.php.
References $template, and HTML_Template_IT\setVariable().
Referenced by ilCourseLearningHistoryProvider\getEntries(), ilBadgeLearningHistoryProvider\getEntries(), ilSkillLearningHistoryProvider\getEntries(), and ilCertificateLearningHistoryProvider\getEntries().
|
protected |
Definition at line 56 of file class.ilAbstractLearningHistoryProvider.php.
References $factory.
Referenced by ilTrackingLearningHistoryProvider\getEntries(), ilFirstLoginLearningHistoryProvider\getEntries(), ilCourseLearningHistoryProvider\getEntries(), ilBadgeLearningHistoryProvider\getEntries(), and ilSkillLearningHistoryProvider\getEntries().
|
protected |
Definition at line 61 of file class.ilAbstractLearningHistoryProvider.php.
References $lng.
Referenced by ilTrackingLearningHistoryProvider\getEntries(), ilFirstLoginLearningHistoryProvider\getEntries(), ilCourseLearningHistoryProvider\getEntries(), ilBadgeLearningHistoryProvider\getEntries(), ilSkillLearningHistoryProvider\getEntries(), ilFirstLoginLearningHistoryProvider\getName(), ilTrackingLearningHistoryProvider\getName(), ilCourseLearningHistoryProvider\getName(), ilBadgeLearningHistoryProvider\getName(), and ilSkillLearningHistoryProvider\getName().
|
protected |
Definition at line 51 of file class.ilAbstractLearningHistoryProvider.php.
References $user_id.
Referenced by ilTrackingLearningHistoryProvider\getEntries(), ilFirstLoginLearningHistoryProvider\getEntries(), ilCourseLearningHistoryProvider\getEntries(), ilBadgeLearningHistoryProvider\getEntries(), and ilSkillLearningHistoryProvider\getEntries().
|
protected |
Definition at line 26 of file class.ilAbstractLearningHistoryProvider.php.
Referenced by __construct(), and getFactory().
|
protected |
Definition at line 27 of file class.ilAbstractLearningHistoryProvider.php.
Referenced by __construct(), ilTrackingLearningHistoryProvider\getEntries(), ilFirstLoginLearningHistoryProvider\getEntries(), ilCourseLearningHistoryProvider\getEntries(), ilBadgeLearningHistoryProvider\getEntries(), ilSkillLearningHistoryProvider\getEntries(), getLanguage(), ilFirstLoginLearningHistoryProvider\getName(), ilTrackingLearningHistoryProvider\getName(), ilCourseLearningHistoryProvider\getName(), ilBadgeLearningHistoryProvider\getName(), and ilSkillLearningHistoryProvider\getName().
|
private |
Definition at line 28 of file class.ilAbstractLearningHistoryProvider.php.
Referenced by ilBadgeLearningHistoryProvider\__construct(), __construct(), ilCertificateLearningHistoryProvider\__construct(), ilSkillLearningHistoryProvider\__construct(), and getEmphasizedTitle().
|
protected |
Definition at line 25 of file class.ilAbstractLearningHistoryProvider.php.
Referenced by __construct(), and getUserId().