PHP 클래스 EditorDecisionWithEmailForm, pkp-lib

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

공개 프로퍼티들

프로퍼티 타입 설명
$_saveFormOperation String

공개 메소드들

메소드 설명
__construct ( $submission, $decision, $stageId, $template, $reviewRound = null ) Constructor.
_getAllowedVariables ( $request ) : array Get a list of allowed email template variables.
_sendReviewMailToAuthor ( $submission, $emailKey, $request ) Sends an email with a personal message and the selected review attachements to the author. Also marks review attachments selected by the editor as "viewable" for the author.
_updateReviewRoundStatus ( $submission, $status, $reviewRound = null ) Retrieve the last review round and update it with the new status.
fetch ( $request )
getSaveFormOperation ( ) : string Get the operation to save this form.
initData ( $args, $request, $actionLabels )
readInputData ( )
setSaveFormOperation ( $saveFormOperation ) Set the operation to save this form.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $submission, $decision, $stageId, $template, $reviewRound = null )
$submission Submission
$decision integer
$stageId integer
$template string The template to display
$reviewRound ReviewRound

_getAllowedVariables() 공개 메소드

Get a list of allowed email template variables.
public _getAllowedVariables ( $request ) : array
$request PKPRequest Request object
리턴 array

_sendReviewMailToAuthor() 공개 메소드

Sends an email with a personal message and the selected review attachements to the author. Also marks review attachments selected by the editor as "viewable" for the author.
public _sendReviewMailToAuthor ( $submission, $emailKey, $request )
$submission Submission
$emailKey string An email template.
$request PKPRequest

_updateReviewRoundStatus() 공개 메소드

Retrieve the last review round and update it with the new status.
public _updateReviewRoundStatus ( $submission, $status, $reviewRound = null )
$submission Submission
$status integer One of the REVIEW_ROUND_STATUS_* constants.

fetch() 공개 메소드

public fetch ( $request )

getSaveFormOperation() 공개 메소드

Get the operation to save this form.
public getSaveFormOperation ( ) : string
리턴 string

initData() 공개 메소드

public initData ( $args, $request, $actionLabels )

readInputData() 공개 메소드

public readInputData ( )

setSaveFormOperation() 공개 메소드

Set the operation to save this form.
public setSaveFormOperation ( $saveFormOperation )
$saveFormOperation string

프로퍼티 상세

$_saveFormOperation 공개적으로 프로퍼티

public String $_saveFormOperation
리턴 String