Method | Description | |
---|---|---|
__construct ( ) | Constructor. | |
authorize ( $request, &$args, $roleAssignments ) | ||
saveNewReviewRound ( $args, $request ) : string | Start a new review round |
Method | Description | |
---|---|---|
_getNotificationTypeByEditorDecision ( $decision ) : array | Get editor decision notification type and level by decision. | |
_getReviewNotificationTypes ( ) | Get review-related decision notifications. | |
_getReviewRoundOps ( ) : array | Get operations that need a review round id policy. | |
_getReviewStages ( ) : array | Get review-related stage IDs. | |
_resolveEditorDecisionForm ( $formName ) : string | Get the fully-qualified import name for the given form name. | |
_saveGeneralPromote ( $args, $request ) |
protected _getNotificationTypeByEditorDecision ( $decision ) : array | ||
$decision | int | |
return | array |
protected _getReviewNotificationTypes ( ) |
protected _getReviewRoundOps ( ) : array | ||
return | array |
protected _getReviewStages ( ) : array | ||
return | array |
protected _resolveEditorDecisionForm ( $formName ) : string | ||
$formName | Class name for the desired form. | |
return | string |
public saveNewReviewRound ( $args, $request ) : string | ||
$args | array | |
$request | PKPRequest | |
return | string | Serialized JSON object |