ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
_getOnlineTime ($a_user_id) | |
_addUser ($a_user_id) | |
Add access time. | |
_updateAccess ($a_usr_id) | |
Update access time. |
Definition at line 18 of file class.ilOnlineTracking.php.
ilOnlineTracking::_addUser | ( | $a_user_id | ) |
Add access time.
int | $a_user_id |
Definition at line 42 of file class.ilOnlineTracking.php.
Referenced by ilStartUpGUI\showLogin().
ilOnlineTracking::_getOnlineTime | ( | $a_user_id | ) |
Definition at line 21 of file class.ilOnlineTracking.php.
References $ilDB, $res, and $row.
Referenced by ilLPListOfProgressGUI\__appendUserInfo(), and ilLPItemListGUI\renderObjectInfoXML().
ilOnlineTracking::_updateAccess | ( | $a_usr_id | ) |
Update access time.
int | $a_usr_id |
Definition at line 66 of file class.ilOnlineTracking.php.
References $diff, $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilInitialisation\initILIAS().