Form to edit notification settings. More...
Public Member Functions | |
| _getNotificationSettingCategories () | |
| _getNotificationSettingsMap () | |
| execute (&$request) | |
| NotificationSettingsForm () | |
| readInputData () | |
Form to edit notification settings.
Definition at line 21 of file NotificationSettingsForm.inc.php.
| NotificationSettingsForm._getNotificationSettingCategories | ( | ) |
Get a list of notification category names (to display as headers) and the notification types under each category
Definition at line 65 of file NotificationSettingsForm.inc.php.
| NotificationSettingsForm._getNotificationSettingsMap | ( | ) |
Get all notification settings form names and their setting type values
Definition at line 46 of file NotificationSettingsForm.inc.php.
Referenced by execute(), and readInputData().
| NotificationSettingsForm.execute | ( | &$ | request | ) |
Save site settings.
Definition at line 87 of file NotificationSettingsForm.inc.php.
References _getNotificationSettingsMap().
| NotificationSettingsForm.NotificationSettingsForm | ( | ) |
Constructor.
Definition at line 25 of file NotificationSettingsForm.inc.php.
| NotificationSettingsForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 32 of file NotificationSettingsForm.inc.php.
References _getNotificationSettingsMap().
1.7.1