PHP Class PKPNotificationSettingsForm, pkp-lib

Inheritance: extends Form
Afficher le fichier Open project: pkp/pkp-lib Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
execute ( $request )
fetch ( $request )
readInputData ( ) Assign form data to user-submitted data.

Méthodes protégées

Méthode Description
getNotificationSettingCategories ( ) : array Get a list of notification category names (to display as headers) and the notification types under each category
getNotificationSettingsMap ( ) : array Get all notification settings form names and their setting type values

Method Details

__construct() public méthode

Constructor.
public __construct ( )

execute() public méthode

public execute ( $request )

fetch() public méthode

public fetch ( $request )

getNotificationSettingCategories() protected méthode

Get a list of notification category names (to display as headers) and the notification types under each category
protected getNotificationSettingCategories ( ) : array
Résultat array

getNotificationSettingsMap() protected méthode

Get all notification settings form names and their setting type values
protected getNotificationSettingsMap ( ) : array
Résultat array

readInputData() public méthode

Assign form data to user-submitted data.
public readInputData ( )