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 $crs_id, int $user_id) | |
getUserId () | |
getCourseRefId () | |
getLastLM () | |
getLMHistory () | |
Static Public Member Functions | |
static | _updateLastAccess (int $a_user_id, int $a_lm_ref_id, int $a_page_id) |
static | _deleteUser (int $a_usr_id) |
Protected Attributes | |
ilDBInterface | $db |
Private Attributes | |
int | $course_id = 0 |
int | $user_id = 0 |
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 class ilCourseLMHistory
Definition at line 26 of file class.ilCourseLMHistory.php.
ilCourseLMHistory::__construct | ( | int | $crs_id, |
int | $user_id | ||
) |
|
static |
Definition at line 109 of file class.ilCourseLMHistory.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilObjCourse\_deleteUser().
|
static |
Definition at line 52 of file class.ilCourseLMHistory.php.
Referenced by ilLMContentRendererGUI\render().
ilCourseLMHistory::getCourseRefId | ( | ) |
Definition at line 47 of file class.ilCourseLMHistory.php.
References $course_id.
Referenced by getLastLM(), and getLMHistory().
ilCourseLMHistory::getLastLM | ( | ) |
Definition at line 79 of file class.ilCourseLMHistory.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, getCourseRefId(), and getUserId().
ilCourseLMHistory::getLMHistory | ( | ) |
Definition at line 93 of file class.ilCourseLMHistory.php.
References $query, $res, ilDBConstants\FETCHMODE_OBJECT, getCourseRefId(), getUserId(), and ILIAS\Repository\int().
Referenced by ilContainerStartObjectsContentTableGUI\getItems(), and ilCourseContentGUI\showStartObjects().
ilCourseLMHistory::getUserId | ( | ) |
Definition at line 42 of file class.ilCourseLMHistory.php.
References $user_id.
Referenced by getLastLM(), and getLMHistory().
|
private |
Definition at line 28 of file class.ilCourseLMHistory.php.
Referenced by getCourseRefId().
|
protected |
Definition at line 31 of file class.ilCourseLMHistory.php.
|
private |
Definition at line 29 of file class.ilCourseLMHistory.php.
Referenced by __construct(), and getUserId().