OSSMail_Logout_Model
in package
OSSMail logout model class.
Table of Contents
- getSessId() : array<string|int, string>
- Get a list of sessions by Crm user ID.
- logoutCurrentUser() : mixed
- Logout current user.
- logutUserById() : mixed
- Log out user by ID.
Methods
getSessId()
Get a list of sessions by Crm user ID.
public
static getSessId(int $userId) : array<string|int, string>
Parameters
- $userId : int
-
Crm user ID
Return values
array<string|int, string> —logoutCurrentUser()
Logout current user.
public
static logoutCurrentUser() : mixed
Tags
Return values
mixed —logutUserById()
Log out user by ID.
public
static logutUserById(int $userId) : mixed
Parameters
- $userId : int