PHP Class SubmissionInformationCenterHandler, ojs

Inheritance: extends PKPSubmissionInformationCenterHandler
Show file Open project: pkp/ojs

Public Methods

Method Description
__construct ( ) Constructor
_logEvent ( $request, $eventType ) Log an event for this file
metadata ( $args, $request ) : JSONMessage Display the metadata tab.
saveForm ( $args, $request ) : JSONMessage Save the metadata tab.

Method Details

__construct() public method

Constructor
public __construct ( )

_logEvent() public method

Log an event for this file
public _logEvent ( $request, $eventType )
$request PKPRequest
$eventType SUBMISSION_LOG_...

metadata() public method

Display the metadata tab.
public metadata ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
return JSONMessage JSON object

saveForm() public method

Save the metadata tab.
public saveForm ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
return JSONMessage JSON object