|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Learning history provider: Skills. More...
Inheritance diagram for ilSkillLearningHistoryProvider:
Collaboration diagram for ilSkillLearningHistoryProvider:Public Member Functions | |
| __construct (int $user_id, ilLearningHistoryFactory $factory, ilLanguage $lng, ?ilTemplate $template=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) | |
Protected Attributes | |
| ilCtrl | $ctrl |
| Factory | $ui_fac |
| Renderer | $ui_ren |
| SkillProfileManager | $profile_manager |
| SkillProfileCompletionManager | $profile_completion_manager |
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) | |
Learning history provider: Skills.
Definition at line 33 of file class.ilSkillLearningHistoryProvider.php.
| ilSkillLearningHistoryProvider::__construct | ( | int | $user_id, |
| ilLearningHistoryFactory | $factory, | ||
| ilLanguage | $lng, | ||
| ?ilTemplate | $template = null |
||
| ) |
Definition at line 41 of file class.ilSkillLearningHistoryProvider.php.
References $DIC, ilAbstractLearningHistoryProvider\$template, ILIAS\MetaData\Repository\Validation\Data\__construct(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilSkillLearningHistoryProvider::getEntries | ( | int | $ts_start, |
| int | $ts_end | ||
| ) |
Implements ilLearningHistoryProviderInterface.
Definition at line 72 of file class.ilSkillLearningHistoryProvider.php.
References Vendor\Package\$c, ilAbstractLearningHistoryProvider\$lng, $txt, ilSkillTreeNode\_lookupTitle(), ILIAS\Repository\ctrl(), ilAbstractLearningHistoryProvider\getEmphasizedTitle(), ilAbstractLearningHistoryProvider\getFactory(), ilUtil\getImagePath(), ilAbstractLearningHistoryProvider\getLanguage(), ilBasicSkill\getNewAchievementsPerUser(), ilAbstractLearningHistoryProvider\getUserId(), IL_CAL_DATETIME, IL_CAL_UNIX, ilLanguage\loadLanguageModule(), ilBasicSkill\lookupLevelTitle(), and ilLanguage\txt().
Here is the call graph for this function:| ilSkillLearningHistoryProvider::getName | ( | ) |
Implements ilLearningHistoryProviderInterface.
Definition at line 142 of file class.ilSkillLearningHistoryProvider.php.
References ilAbstractLearningHistoryProvider\$lng, ilAbstractLearningHistoryProvider\getLanguage(), ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Here is the call graph for this function:| ilSkillLearningHistoryProvider::isActive | ( | ) |
Implements ilLearningHistoryProviderInterface.
Definition at line 60 of file class.ilSkillLearningHistoryProvider.php.
|
protected |
Definition at line 35 of file class.ilSkillLearningHistoryProvider.php.
|
protected |
Definition at line 39 of file class.ilSkillLearningHistoryProvider.php.
|
protected |
Definition at line 38 of file class.ilSkillLearningHistoryProvider.php.
|
protected |
Definition at line 36 of file class.ilSkillLearningHistoryProvider.php.
|
protected |
Definition at line 37 of file class.ilSkillLearningHistoryProvider.php.