|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 27 of file class.ilOnlineTracking.php.
|
static |
Definition at line 51 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 34 of file class.ilOnlineTracking.php.
|
static |
Definition at line 77 of file class.ilOnlineTracking.php.
References $DIC, $ilDB, $ilSetting, $last_access_time, $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 32 of file class.ilOnlineTracking.php.
Referenced by updateAccess().