ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
class ilCourseLMHistory More...
Public Member Functions | |
__construct ($crs_id, $user_id) | |
Constructor. More... | |
getUserId () | |
getCourseRefId () | |
getLastLM () | |
getLMHistory () | |
Static Public Member Functions | |
static | _updateLastAccess ($a_user_id, $a_lm_ref_id, $a_page_id) |
static | _deleteUser ($a_usr_id) |
Delete user type $ilDB. More... | |
Data Fields | |
$db | |
$course_id | |
$user_id | |
ilCourseLMHistory::__construct | ( | $crs_id, | |
$user_id | |||
) |
Constructor.
int | $crs_id | |
int | $user_id |
Definition at line 46 of file class.ilCourseLMHistory.php.
References $ilDB, and $user_id.
|
static |
Delete user type $ilDB.
type | $a_usr_id |
Definition at line 131 of file class.ilCourseLMHistory.php.
References $ilDB, $query, and $res.
Referenced by ilObjCourse\_deleteUser().
|
static |
Definition at line 65 of file class.ilCourseLMHistory.php.
References $ilDB, $query, $res, array, and time.
Referenced by ilLMPresentationGUI\ilPage().
ilCourseLMHistory::getCourseRefId | ( | ) |
Definition at line 60 of file class.ilCourseLMHistory.php.
References $course_id.
Referenced by getLastLM(), and getLMHistory().
ilCourseLMHistory::getLastLM | ( | ) |
Definition at line 90 of file class.ilCourseLMHistory.php.
References $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, getCourseRefId(), and getUserId().
ilCourseLMHistory::getLMHistory | ( | ) |
Definition at line 107 of file class.ilCourseLMHistory.php.
References $ilDB, $query, $res, $row, array, ilDBConstants\FETCHMODE_OBJECT, getCourseRefId(), and getUserId().
Referenced by ilContainerStartObjectsContentTableGUI\getItems(), and ilCourseContentGUI\showStartObjects().
ilCourseLMHistory::getUserId | ( | ) |
Definition at line 56 of file class.ilCourseLMHistory.php.
References $user_id.
Referenced by getLastLM(), and getLMHistory().
ilCourseLMHistory::$course_id |
Definition at line 38 of file class.ilCourseLMHistory.php.
Referenced by getCourseRefId().
ilCourseLMHistory::$db |
Definition at line 36 of file class.ilCourseLMHistory.php.
ilCourseLMHistory::$user_id |
Definition at line 39 of file class.ilCourseLMHistory.php.
Referenced by __construct(), and getUserId().