ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
class ilCourseLMHistory 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 |
ilCourseLMHistory::__construct | ( | int | $crs_id, |
int | $user_id | ||
) |
|
static |
Definition at line 109 of file class.ilCourseLMHistory.php.
References $DIC, $ilDB, 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 $res, ilDBConstants\FETCHMODE_OBJECT, getCourseRefId(), and getUserId().
ilCourseLMHistory::getLMHistory | ( | ) |
Definition at line 93 of file class.ilCourseLMHistory.php.
References $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().