См. определение в файле fuser.php строка 17
◆ __construct()
◆ clearCookie()
◆ clearSession()
◆ generateCode()
◆ getCode()
- Возвращает
- int
См. определение в файле fuser.php строка 97
◆ getFilterFromCookie()
static getFilterFromCookie |
( |
?string | $cookie | ) |
|
|
staticprotected |
◆ getId()
static getId |
( |
| $skipCreate = false | ) |
|
|
static |
Returns fuser Id.
- Аргументы
-
bool | $skipCreate | Create, if not exist. |
- Возвращает
- int|null
См. определение в файле fuser.php строка 33
◆ getIdByCurrentUser()
static getIdByCurrentUser |
( |
| ) |
|
|
staticprotected |
◆ getIdByFilter()
static getIdByFilter |
( |
array | $filter | ) |
|
|
staticprotected |
◆ getIdByUserId()
static getIdByUserId |
( |
| $userId | ) |
|
|
static |
Return fuserId for user.
- Аргументы
-
- Возвращает
- false|int
См. определение в файле fuser.php строка 151
◆ getIdFromCookie()
static getIdFromCookie |
( |
| ) |
|
|
staticprotected |
◆ getIdFromSession()
static getIdFromSession |
( |
| ) |
|
|
staticprotected |
◆ getUserIdById()
static getUserIdById |
( |
| $fuserId | ) |
|
|
static |
Return user by fuserId.
- Аргументы
-
- Возвращает
- int
- Исключения
-
ArgumentException
См. определение в файле fuser.php строка 177
◆ handlerOnUserLogin()
static handlerOnUserLogin |
( |
| $userId, |
|
|
array | $params ) |
|
static |
◆ handlerOnUserLogout()
static handlerOnUserLogout |
( |
| $userId | ) |
|
|
static |
◆ isEncodeCookie()
static isEncodeCookie |
( |
| ) |
|
|
staticprotected |
◆ isSaveAnonymousUserCookie()
static isSaveAnonymousUserCookie |
( |
| ) |
|
|
staticprotected |
◆ isSecureCookie()
static isSecureCookie |
( |
| ) |
|
|
staticprotected |
◆ refreshSessionCurrentId()
static refreshSessionCurrentId |
( |
| ) |
|
|
static |
◆ save()
static save |
( |
?int | $id, |
|
|
array | $fields ) |
|
staticprotected |
◆ setIdToCookie()
static setIdToCookie |
( |
string | $id | ) |
|
|
staticprotected |
◆ setIdToSession()
static setIdToSession |
( |
int | $id | ) |
|
|
staticprotected |
◆ COOKIE_USER_ID
const COOKIE_USER_ID = 'SALE_UID' |
|
protected |
◆ SESSION_USER_ID
const SESSION_USER_ID = 'SALE_USER_ID' |
|
protected |