|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilOnlineTracking:Static Public Member Functions | |
| static | getOnlineTime (int $a_user_id) |
| static | addUser (int $a_user_id) |
| static | updateAccess (ilObjUser $user) |
Static Protected Attributes | |
| static int | $last_access_time = null |
| This static variable is used to prevent two database request (addUser and updateAccess) on login. More... | |
Definition at line 13 of file class.ilOnlineTracking.php.
|
static |
Definition at line 37 of file class.ilOnlineTracking.php.
References $DIC, $ilDB, $res, and ILIAS\Repository\int().
Referenced by ilAuthFrontend\handleAuthenticationSuccess().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 20 of file class.ilOnlineTracking.php.
|
static |
Definition at line 63 of file class.ilOnlineTracking.php.
References $DIC, $ilDB, $ilSetting, $last_access_time, $query, $res, ilObject\getId(), and ILIAS\Repository\int().
Referenced by ilInitialisation\initUserAccount().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
This static variable is used to prevent two database request (addUser and updateAccess) on login.
Definition at line 18 of file class.ilOnlineTracking.php.
Referenced by updateAccess().