PHP Class PKPNotificationSettingsForm, pkp-lib

Inheritance: extends Form
Show file Open project: pkp/pkp-lib Class Usage Examples

Public Methods

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

Protected Methods

Method 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 method

Constructor.
public __construct ( )

execute() public method

public execute ( $request )

fetch() public method

public fetch ( $request )

getNotificationSettingCategories() protected method

Get a list of notification category names (to display as headers) and the notification types under each category

getNotificationSettingsMap() protected method

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

readInputData() public method

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