|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
class ilCourseLMHistory More...
Inheritance diagram for ilCourseLMHistory:
Collaboration diagram for ilCourseLMHistory: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 @global 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.
|
static |
Delete user @global type $ilDB.
| type | $a_usr_id |
Definition at line 134 of file class.ilCourseLMHistory.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilObjCourse\_deleteUser().
Here is the caller graph for this function:
|
static |
Definition at line 67 of file class.ilCourseLMHistory.php.
Referenced by ilLMContentRendererGUI\render().
Here is the caller graph for this function:| ilCourseLMHistory::getCourseRefId | ( | ) |
Definition at line 62 of file class.ilCourseLMHistory.php.
References $course_id.
Referenced by getLastLM(), and getLMHistory().
Here is the caller graph for this function:| ilCourseLMHistory::getLastLM | ( | ) |
Definition at line 91 of file class.ilCourseLMHistory.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, getCourseRefId(), and getUserId().
Here is the call graph for this function:| ilCourseLMHistory::getLMHistory | ( | ) |
Definition at line 109 of file class.ilCourseLMHistory.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, getCourseRefId(), and getUserId().
Here is the call graph for this function:| ilCourseLMHistory::getUserId | ( | ) |
Definition at line 58 of file class.ilCourseLMHistory.php.
References $user_id.
Referenced by getLastLM(), and getLMHistory().
Here is the caller graph for this function:| 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().