См. определение в файле Base.php строка 5
◆ decodeSettings()
static decodeSettings |
( |
array | $rowSettings | ) |
|
|
staticabstract |
You need to decode the templates of settings received from the database into the original format
- Аргументы
-
- Возвращает
- array
Переопределяется в General и Notification.
◆ encodeSettings()
static encodeSettings |
( |
array | $settings | ) |
|
|
staticabstractprotected |
You need to encode the settings into templates to add to the database
- Аргументы
-
- См. также
- Возвращает
- array
Переопределяется в General и Notification.
◆ getDefaultSettings()
static getDefaultSettings |
( |
| ) |
|
|
staticabstract |
◆ getGroupSettings()
static getGroupSettings |
( |
int | $groupId | ) |
|
|
staticabstract |
Get group settings from database
- Аргументы
-
- Возвращает
- array
Переопределяется в General и Notification.
◆ getUserSettings()
static getUserSettings |
( |
int | $userId | ) |
|
|
staticabstract |
Get the current user settings from database
- Аргументы
-
- Возвращает
- array
Переопределяется в General и Notification.
◆ setSettings()
static setSettings |
( |
int | $groupId, |
|
|
array | $settings ) |
|
staticabstract |
Set the group settings to the database
- Аргументы
-
int | $groupId | |
array | $settings | |
◆ updateGroupSettings()
static updateGroupSettings |
( |
int | $groupId, |
|
|
array | $settings ) |
|
staticabstract |
Update the group settings in the database
- Аргументы
-
int | $groupId | |
array | $settings | |
Переопределяется в General и Notification.
◆ CHUNK_LENGTH
const CHUNK_LENGTH = 1000 |
|
protected |
◆ ENTITY
◆ SEPARATOR