abstract protected function SessionProxy_Backend_Base::getSessionUid in Session Proxy 7
Get the actual logged in user user identifier if any.
Return value
int Valid user identifier or NULL.
1 call to SessionProxy_Backend_Base::getSessionUid()
- SessionProxy_Backend_Base::updateUser in lib/
SessionProxy/ Backend/ Base.php - Refresh global user data following the actual session state.
2 methods override SessionProxy_Backend_Base::getSessionUid()
- SessionProxy_Backend_Default::getSessionUid in lib/
SessionProxy/ Backend/ Default.php - Get the actual logged in user user identifier if any.
- SessionProxy_Backend_Native::getSessionUid in lib/
SessionProxy/ Backend/ Native.php - Get the actual logged in user user identifier if any.
File
- lib/
SessionProxy/ Backend/ Base.php, line 58
Class
Code
protected abstract function getSessionUid();