|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct () | |
| authorize ($request, &$args, $roleAssignments) | |
| display ($args, $request) | |
Display submission metadata.
Definition at line 18 of file ViewSubmissionMetadataHandler.inc.php.
| ViewSubmissionMetadataHandler::__construct | ( | ) |
Constructor.
Definition at line 23 of file ViewSubmissionMetadataHandler.inc.php.
| ViewSubmissionMetadataHandler::authorize | ( | $request, | |
| & | $args, | ||
| $roleAssignments | |||
| ) |
Authorize this request.
Routers will call this method automatically thereby enforcing authorization. This method will be called before the validate() method and before passing control on to the handler operation.
NB: This method will be called once for every request only.
| $request | Request |
| $args | array request arguments |
| $roleAssignments | array the operation role assignment, see getRoleAssignment() for more details. |
Definition at line 31 of file ViewSubmissionMetadataHandler.inc.php.
| ViewSubmissionMetadataHandler::display | ( | $args, | |
| $request | |||
| ) |
Display metadata
Definition at line 40 of file ViewSubmissionMetadataHandler.inc.php.
References DAORegistry\getDAO(), and PKPTemplateManager\getManager().