Полный список членов класса Configuration, включая наследуемые из базового класса
$defaultPresetId | Configuration | protectedstatic |
CACHE_DIR | Configuration | protected |
CACHE_NAME | Configuration | protected |
CACHE_TTL | Configuration | protected |
chooseExistingPreset(int $presetId, int $userId) | Configuration | static |
cleanAllCache() | Configuration | static |
cleanUserCache(int $userId) | Configuration | static |
cleanUsersCache(array $usersId) | Configuration | static |
createDefaultPreset() | Configuration | static |
createPersonalGroup(int $creator) | Configuration | protectedstatic |
createSharedGroup(string $name, array $accessCodes, int $creator, int $sort=self::DEFAULT_SORT) | Configuration | protectedstatic |
createSharedPreset(array $accessCodes, string $presetName, int $creatorId, array $settings=[], int $sort=self::DEFAULT_SORT, bool $force=false) | Configuration | static |
createUserPreset(int $userId, array $settings=[]) | Configuration | static |
DEFAULT_PRESET_NAME | Configuration | |
DEFAULT_PRESET_SETTING_NAME | Configuration | |
DEFAULT_SORT | Configuration | protected |
deleteGroup(int $groupId) | Configuration | protectedstatic |
deletePreset(int $presetId) | Configuration | static |
GENERAL_GROUP | Configuration | |
getDefaultPresetId() | Configuration | static |
getDefaultUserPreset() | Configuration | static |
getListAvailablePresets(int $userId) | Configuration | static |
getPreset(int $id) | Configuration | static |
getUserPreset(int $userId) | Configuration | static |
getUserPresetFromCache(int $userId) | Configuration | static |
getUserPresetIds(int $userId) | Configuration | static |
NOTIFY_GROUP | Configuration | |
restoreBindings(int $userId) | Configuration | static |
setExistingPresetToUsers(int $presetId, array $userList, bool $force=false) | Configuration | static |
updateNameSharedPreset(int $presetId, int $modifyId, string $newName) | Configuration | static |
updatePresetSettings(int $presetId, int $modifyId, array $settings) | Configuration | static |
USER_PRESET_SORT | Configuration | |