ILIAS
Release_4_0_x_branch Revision 61816
|
class ilCourseLMHistory More...
Public Member Functions | |
ilCourseLMHistory ($crs_id, $user_id) | |
getUserId () | |
getCourseRefId () | |
_updateLastAccess ($a_user_id, $a_lm_ref_id, $a_page_id) | |
getLastLM () | |
getLMHistory () | |
_deleteUser ($a_usr_id) |
Data Fields | |
$db | |
$course_id | |
$user_id |
class ilCourseLMHistory
Definition at line 34 of file class.ilCourseLMHistory.php.
ilCourseLMHistory::_deleteUser | ( | $a_usr_id | ) |
ilCourseLMHistory::_updateLastAccess | ( | $a_user_id, | |
$a_lm_ref_id, | |||
$a_page_id | |||
) |
Definition at line 60 of file class.ilCourseLMHistory.php.
References $ilDB, $query, and $res.
Referenced by ilLMPresentationGUI\ilPage(), and ilLMPresentationGUI\ilTranslation().
ilCourseLMHistory::getCourseRefId | ( | ) |
Definition at line 55 of file class.ilCourseLMHistory.php.
References $course_id.
Referenced by getLastLM(), and getLMHistory().
ilCourseLMHistory::getLastLM | ( | ) |
Definition at line 86 of file class.ilCourseLMHistory.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, getCourseRefId(), and getUserId().
ilCourseLMHistory::getLMHistory | ( | ) |
Definition at line 103 of file class.ilCourseLMHistory.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, getCourseRefId(), and getUserId().
Referenced by ilCourseObjectivePresentationGUI\__showLearningMaterials(), ilCourseContentGUI\showStartObjects(), and ilObjCourseGUI\showStartObjects().
ilCourseLMHistory::getUserId | ( | ) |
Definition at line 51 of file class.ilCourseLMHistory.php.
References $user_id.
Referenced by getLastLM(), and getLMHistory().
ilCourseLMHistory::ilCourseLMHistory | ( | $crs_id, | |
$user_id | |||
) |
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 getUserId(), and ilCourseLMHistory().