|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($itemId, $itemType, $stageId, $template=null) | |
Public Member Functions inherited from PKPStageParticipantNotifyForm | |
| _logEventAndCreateNotification ($request, $submission) | |
| execute (... $functionParams) | |
| fetch ($request, $template=null, $display=false) | |
| getEmailVariableNames ($emailKey) | |
| getStageId () | |
| isMessageRequired () | |
| readInputData () | |
| sendMessage ($userId, $submission, $request) | |
Public Member Functions inherited from Form | |
| _decomposeArray ($name, $value, $stack) | |
| addCheck ($formValidator) | |
| addError ($field, $message) | |
| addErrorField ($field) | |
| addSupportedFormLocale ($supportedLocale) | |
| display ($request=null, $template=null) | |
| getData ($key) | |
| getDefaultFormLocale () | |
| getErrorsArray () | |
| getLocaleFieldNames () | |
| getRequiredLocale () | |
| getTemplate () | |
| initData () | |
| isValid () | |
| readUserVars ($vars) | |
| setData ($key, $value=null) | |
| setDefaultFormLocale ($defaultLocale) | |
| setTemplate ($template) | |
| validate ($callHooks=true) | |
Protected Member Functions | |
| _getMailTemplate ($submission, $templateKey, $includeSignature=true) | |
| _getStageTemplates () | |
Additional Inherited Members | |
Data Fields inherited from PKPStageParticipantNotifyForm | |
| $_itemId | |
| $_itemType | |
| $_stageId | |
| $_submissionId | |
Data Fields inherited from Form | |
| $_checks | |
| $_data | |
| $_errors | |
| $_template | |
| $cssValidation | |
| $defaultLocale | |
| $errorFields | |
| $errorsArray | |
| $formSectionErrors | |
| $requiredLocale | |
| $supportedLocales | |
Form to notify a user regarding a file.
Definition at line 19 of file StageParticipantNotifyForm.inc.php.
| StageParticipantNotifyForm::__construct | ( | $itemId, | |
| $itemType, | |||
| $stageId, | |||
$template = null |
|||
| ) |
Constructor.
Reimplemented from PKPStageParticipantNotifyForm.
Definition at line 24 of file StageParticipantNotifyForm.inc.php.
|
protected |
return app-specific mail template.
| $submission | Submission |
| $templateKey | string |
| $includeSignature | boolean optional |
Reimplemented from PKPStageParticipantNotifyForm.
Definition at line 48 of file StageParticipantNotifyForm.inc.php.
|
protected |
Return app-specific stage templates.
Reimplemented from PKPStageParticipantNotifyForm.
Definition at line 32 of file StageParticipantNotifyForm.inc.php.