ILIAS
Release_3_10_x_branch Revision 61812
|
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 | ) |
Definition at line 124 of file class.ilCourseLMHistory.php.
ilCourseLMHistory::_updateLastAccess | ( | $a_user_id, | |
$a_lm_ref_id, | |||
$a_page_id | |||
) |
Definition at line 60 of file class.ilCourseLMHistory.php.
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 89 of file class.ilCourseLMHistory.php.
References $res, DB_FETCHMODE_OBJECT, getCourseRefId(), and getUserId().
ilCourseLMHistory::getLMHistory | ( | ) |
Definition at line 106 of file class.ilCourseLMHistory.php.
References $res, 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 | |||
) |
Definition at line 41 of file class.ilCourseLMHistory.php.
References $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().