|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Learning history entry collector. More...
Collaboration diagram for ilLearningHistoryEntryCollector:Public Member Functions | |
| __construct (ilLearningHistoryService $service) | |
| Constructor. More... | |
| getEntries (int $from=null, int $to=null, int $user_id=null, array $classes=null) | |
| Get entries. More... | |
Protected Attributes | |
| $service | |
Learning history entry collector.
Definition at line 11 of file class.ilLearningHistoryEntryCollector.php.
| ilLearningHistoryEntryCollector::__construct | ( | ilLearningHistoryService | $service | ) |
Constructor.
| ilLearningHistoryService | $service |
Definition at line 22 of file class.ilLearningHistoryEntryCollector.php.
References $service.
| ilLearningHistoryEntryCollector::getEntries | ( | int | $from = null, |
| int | $to = null, |
||
| int | $user_id = null, |
||
| array | $classes = null |
||
| ) |
Get entries.
| int | $from | unix timestamp |
| int | $to | unix timestamp |
| int | $user_id | user id |
| array | $classes |
Definition at line 36 of file class.ilLearningHistoryEntryCollector.php.
References Vendor\Package\$e, $lng, ilUtil\getImagePath(), and ilUtil\sortArray().
Here is the call graph for this function:
|
protected |
Definition at line 16 of file class.ilLearningHistoryEntryCollector.php.
Referenced by __construct().