См. определение в файле Context.php строка 7
◆ getUser()
Returns current user.
- Возвращает
- User
См. определение в файле Context.php строка 88
◆ getUserId()
Returns current user Id.
- Возвращает
- int
См. определение в файле Context.php строка 70
◆ resetUser()
Resets current context state.
- Возвращает
- self
См. определение в файле Context.php строка 59
◆ setUser()
Provides the user context for the action. If it is null the current user will be used.
- Аргументы
-
int | User | null | $contextUser | |
См. определение в файле Context.php строка 16
◆ setUserId()
setUserId |
( |
?int | $contextUserId | ) |
|
Provides the user Id for the action. If it is null the current user will be used.
- Аргументы
-
- Возвращает
- Context
См. определение в файле Context.php строка 41
◆ $actionContextUserId
int $actionContextUserId = null |
|
protected |