Handle AJAX operations for review round tabs on review stages workflow pages. More...
Public Member Functions | |
| _reviewRound ($args, &$request) | |
| authorize (&$request, $args, $roleAssignments) | |
| externalReviewRound ($args, &$request) | |
| internalReviewRound ($args, &$request) | |
| ReviewRoundTabHandler () | |
| setupTemplate () | |
Handle AJAX operations for review round tabs on review stages workflow pages.
Definition at line 19 of file ReviewRoundTabHandler.inc.php.
| ReviewRoundTabHandler._reviewRound | ( | $ | args, | |
| &$ | request | |||
| ) |
Internal function to handle both internal and external reviews round info (tab content).
| $request | PKPRequest | |
| $args | array |
Definition at line 88 of file ReviewRoundTabHandler.inc.php.
References setupTemplate().
Referenced by externalReviewRound(), and internalReviewRound().
| ReviewRoundTabHandler.authorize | ( | &$ | request, | |
| $ | args, | |||
| $ | roleAssignments | |||
| ) |
Definition at line 39 of file ReviewRoundTabHandler.inc.php.
| ReviewRoundTabHandler.externalReviewRound | ( | $ | args, | |
| &$ | request | |||
| ) |
JSON fetch the external review round info (tab).
| $args | array | |
| $request | PKPRequest |
Definition at line 66 of file ReviewRoundTabHandler.inc.php.
References _reviewRound().
| ReviewRoundTabHandler.internalReviewRound | ( | $ | args, | |
| &$ | request | |||
| ) |
JSON fetch the internal review round info (tab).
| $args | array | |
| $request | PKPRequest |
Definition at line 57 of file ReviewRoundTabHandler.inc.php.
References _reviewRound().
| ReviewRoundTabHandler.ReviewRoundTabHandler | ( | ) |
Constructor
Definition at line 24 of file ReviewRoundTabHandler.inc.php.
| ReviewRoundTabHandler.setupTemplate | ( | ) |
Definition at line 74 of file ReviewRoundTabHandler.inc.php.
Referenced by _reviewRound().
1.7.1