Public Member Functions | |
__construct ($user) | |
getUser () | |
getId () | |
rules () | |
attributeLabels () | |
Static Public Member Functions | |
static | getAllDefaultPermissionTypes () |
Data Fields | |
$listPageSize | |
$subListPageSize | |
$dashboardListPageSize | |
$themeColor | |
$backgroundTexture | |
$hideWelcomeView = false | |
$enableDesktopNotifications = true | |
$defaultPermissionSetting | |
$defaultPermissionGroupSetting | |
$visibleAndOrderedTabMenuItems | |
$selectedVisibleAndOrderedTabMenuItems | |
$hideFromSelecting = false | |
$hideFromLeaderboard = false | |
const | DEFAULT_PERMISSIONS_SETTING_OWNER = 1 |
const | DEFAULT_PERMISSIONS_SETTING_OWNER_AND_USERS_IN_GROUP = 2 |
const | DEFAULT_PERMISSIONS_SETTING_EVERYONE = 3 |
const | VISIBLE_AND_ORDERED_TAB_MENU_ITEMS = 'selectedVisibleAndOrderedTabMenuItems' |
Form to all editing and viewing of a user's configuration values in the user interface.
Definition at line 40 of file UserConfigurationForm.php.
getId | ( | ) |
When getId is called, it is looking for the user model id for the user who's configuration values are being edited.
Reimplemented from ConfigurationForm.
Definition at line 94 of file UserConfigurationForm.php.