| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
class ilCourseLMHistory More...
 Inheritance diagram for ilCourseLMHistory:
 Inheritance diagram for ilCourseLMHistory: Collaboration diagram for ilCourseLMHistory:
 Collaboration diagram for ilCourseLMHistory:| 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().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCourseLMHistory::getCourseRefId | ( | ) | 
Definition at line 55 of file class.ilCourseLMHistory.php.
References $course_id.
Referenced by getLastLM(), and getLMHistory().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCourseLMHistory::getLastLM | ( | ) | 
Definition at line 86 of file class.ilCourseLMHistory.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, getCourseRefId(), and getUserId().
 Here is the call graph for this function:
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCourseLMHistory::getUserId | ( | ) | 
Definition at line 51 of file class.ilCourseLMHistory.php.
References $user_id.
Referenced by getLastLM(), and getLMHistory().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 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().