Open Monograph Press  3.3.0
ViewSubmissionMetadataHandler Class Reference
Inheritance diagram for ViewSubmissionMetadataHandler:

Public Member Functions

 __construct ()
 
 authorize ($request, &$args, $roleAssignments)
 
 display ($args, $request)
 

Detailed Description

Display submission metadata.

Definition at line 18 of file ViewSubmissionMetadataHandler.inc.php.

Constructor & Destructor Documentation

◆ __construct()

ViewSubmissionMetadataHandler::__construct ( )

Constructor.

Definition at line 23 of file ViewSubmissionMetadataHandler.inc.php.

Member Function Documentation

◆ authorize()

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.

Parameters
$requestRequest
$argsarray request arguments
$roleAssignmentsarray the operation role assignment, see getRoleAssignment() for more details.
Returns
boolean

Definition at line 31 of file ViewSubmissionMetadataHandler.inc.php.

◆ display()

ViewSubmissionMetadataHandler::display (   $args,
  $request 
)

Display metadata

Definition at line 40 of file ViewSubmissionMetadataHandler.inc.php.

References DAORegistry\getDAO(), and PKPTemplateManager\getManager().


The documentation for this class was generated from the following file: