|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Learning history provider: completed lp objects. More...
Inheritance diagram for ilTrackingLearningHistoryProvider:
Collaboration diagram for ilTrackingLearningHistoryProvider:Public Member Functions | |||||||
| isActive () | |||||||
Is active?
| |||||||
| getEntries ($ts_start, $ts_end) | |||||||
Get entries.
| |||||||
| getName () | |||||||
Get name of provider (in user language)
| |||||||
Public Member Functions inherited from ilAbstractLearningHistoryProvider | |||||||
| __construct ( $user_id, ilLearningHistoryFactory $factory, ilLanguage $lng, ilTemplate $template=null) | |||||||
| Constructor. More... | |||||||
| isActive () | |||||||
| Is active? More... | |||||||
| getEntries ($ts_start, $ts_end) | |||||||
| Get entries. More... | |||||||
| getName () | |||||||
| Get name of provider (in user language) More... | |||||||
Additional Inherited Members | |
Protected Member Functions inherited from ilAbstractLearningHistoryProvider | |
| getUserId () | |
| Get user id. More... | |
| getFactory () | |
| Get factory. More... | |
| getLanguage () | |
| Get language object. More... | |
| getEmphasizedTitle ($title) | |
| Get emphasized title. More... | |
Protected Attributes inherited from ilAbstractLearningHistoryProvider | |
| $user_id | |
| $factory | |
| $lng | |
Learning history provider: completed lp objects.
Definition at line 11 of file class.ilTrackingLearningHistoryProvider.php.
| ilTrackingLearningHistoryProvider::getEntries | ( | $ts_start, | |
| $ts_end | |||
| ) |
Get entries.
| int | $ts_start | |
| int | $ts_end |
Implements ilLearningHistoryProviderInterface.
Definition at line 30 of file class.ilTrackingLearningHistoryProvider.php.
References $c, $from, ilAbstractLearningHistoryProvider\$lng, ilLPMarks\getCompletionsOfUser(), ilAbstractLearningHistoryProvider\getFactory(), ilAbstractLearningHistoryProvider\getLanguage(), ilAbstractLearningHistoryProvider\getUserId(), IL_CAL_DATETIME, and IL_CAL_UNIX.
Here is the call graph for this function:| ilTrackingLearningHistoryProvider::getName | ( | ) |
Get name of provider (in user language)
Implements ilLearningHistoryProviderInterface.
Definition at line 54 of file class.ilTrackingLearningHistoryProvider.php.
References ilAbstractLearningHistoryProvider\$lng, and ilAbstractLearningHistoryProvider\getLanguage().
Here is the call graph for this function:| ilTrackingLearningHistoryProvider::isActive | ( | ) |
Is active?
Implements ilLearningHistoryProviderInterface.
Definition at line 17 of file class.ilTrackingLearningHistoryProvider.php.
References ilObjUserTracking\_enabledLearningProgress(), and ilObjUserTracking\_hasLearningProgressLearner().
Here is the call graph for this function: