PHP Class StageParticipantNotifyForm, ojs

Inheritance: extends PKPStageParticipantNotifyForm
Datei anzeigen Open project: pkp/ojs Class Usage Examples

Public Methods

Method Description
__construct ( $itemId, $itemType, $stageId, $template = null ) Constructor.

Protected Methods

Method Description
_getMailTemplate ( $submission, $templateKey, $includeSignature = true ) : array return app-specific mail template.
_getStageTemplates ( ) : array Return app-specific stage templates.

Method Details

__construct() public method

Constructor.
public __construct ( $itemId, $itemType, $stageId, $template = null )

_getMailTemplate() protected method

return app-specific mail template.
protected _getMailTemplate ( $submission, $templateKey, $includeSignature = true ) : array
$submission Submission
$templateKey string
$includeSignature boolean optional
return array

_getStageTemplates() protected method

Return app-specific stage templates.
protected _getStageTemplates ( ) : array
return array