ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Learning history entry collector. More...
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 $from, $lng, PHPMailer\PHPMailer\$provider, $s, ilUtil\getImagePath(), and ilUtil\sortArray().
|
protected |
Definition at line 16 of file class.ilLearningHistoryEntryCollector.php.
Referenced by __construct().