Basic class describing a review round. More...
Public Member Functions | |
| getRound () | |
| getRound () | |
| getStageId () | |
| getStageId () | |
| getStatus () | |
| getStatus () | |
| getStatusKey () | |
| getStatusKey () | |
| getSubmissionId () | |
| getSubmissionId () | |
| ReviewRound () | |
| ReviewRound () | |
| setRound ($round) | |
| setRound ($round) | |
| setStageId ($stageId) | |
| setStageId ($stageId) | |
| setStatus ($status) | |
| setStatus ($status) | |
| setSubmissionId ($submissionId) | |
| setSubmissionId ($submissionId) | |
Basic class describing a review round.
Definition at line 30 of file ReviewRound.inc.php.
| ReviewRound.getRound | ( | ) |
| ReviewRound.getRound | ( | ) |
| ReviewRound.getStageId | ( | ) |
Get review stage id (internal or external review).
Definition at line 62 of file ReviewRound.inc.php.
| ReviewRound.getStageId | ( | ) |
Get review stage id (internal or external review).
Definition at line 62 of file ReviewRound.inc.php.
| ReviewRound.getStatus | ( | ) |
Get current round status
Definition at line 94 of file ReviewRound.inc.php.
Referenced by getStatusKey().
| ReviewRound.getStatus | ( | ) |
| ReviewRound.getStatusKey | ( | ) |
Get locale key associated with current status
Definition at line 110 of file ReviewRound.inc.php.
References getStatus().
| ReviewRound.getStatusKey | ( | ) |
Get locale key associated with current status
Definition at line 110 of file ReviewRound.inc.php.
References getStatus().
| ReviewRound.getSubmissionId | ( | ) |
| ReviewRound.getSubmissionId | ( | ) |
| ReviewRound.ReviewRound | ( | ) |
Constructor
Definition at line 34 of file ReviewRound.inc.php.
| ReviewRound.ReviewRound | ( | ) |
Constructor
Definition at line 34 of file ReviewRound.inc.php.
| ReviewRound.setRound | ( | $ | round | ) |
| ReviewRound.setRound | ( | $ | round | ) |
| ReviewRound.setStageId | ( | $ | stageId | ) |
| ReviewRound.setStageId | ( | $ | stageId | ) |
| ReviewRound.setStatus | ( | $ | status | ) |
Set current round status
| $status | int |
Definition at line 102 of file ReviewRound.inc.php.
| ReviewRound.setStatus | ( | $ | status | ) |
Set current round status
| $status | int |
Definition at line 102 of file ReviewRound.inc.php.
| ReviewRound.setSubmissionId | ( | $ | submissionId | ) |
| ReviewRound.setSubmissionId | ( | $ | submissionId | ) |
1.7.1