PKPNotificationSettingsForm::getNotificationSettingCategories PHP Method

getNotificationSettingCategories() protected method

Get a list of notification category names (to display as headers) and the notification types under each category
    protected function getNotificationSettingCategories()
    {
        return array(array('categoryKey' => 'notification.type.submissions', 'settings' => array(NOTIFICATION_TYPE_SUBMISSION_SUBMITTED, NOTIFICATION_TYPE_METADATA_MODIFIED, NOTIFICATION_TYPE_NEW_QUERY, NOTIFICATION_TYPE_QUERY_ACTIVITY)), array('categoryKey' => 'notification.type.reviewing', 'settings' => array(NOTIFICATION_TYPE_REVIEWER_COMMENT, NOTIFICATION_TYPE_ALL_REVISIONS_IN)));
    }