PHP 클래스 PKPNotificationSettingsForm, pkp-lib

상속: extends Form
파일 보기 프로젝트 열기: pkp/pkp-lib 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Constructor.
execute ( $request )
fetch ( $request )
readInputData ( ) Assign form data to user-submitted data.

보호된 메소드들

메소드 설명
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

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

execute() 공개 메소드

public execute ( $request )

fetch() 공개 메소드

public fetch ( $request )

getNotificationSettingCategories() 보호된 메소드

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

getNotificationSettingsMap() 보호된 메소드

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

readInputData() 공개 메소드

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