PHP Class SubmissionInformationCenterHandler, ojs

Inheritance: extends PKPSubmissionInformationCenterHandler
Afficher le fichier Open project: pkp/ojs

Méthodes publiques

Méthode 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 méthode

Constructor
public __construct ( )

_logEvent() public méthode

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

metadata() public méthode

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

saveForm() public méthode

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