/**
  * Constructor
  */
 function ArticleEventLogEntry()
 {
     parent::EventLogEntry();
 }
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
 }
 /**
  * Constructor.
  */
 function PKPSubmissionEventLogEntry()
 {
     parent::EventLogEntry();
 }
 /**
  * Constructor.
  */
 function SubmissionFileEventLogEntry()
 {
     parent::EventLogEntry();
 }
Esempio n. 5
0
 /**
  * Constructor.
  */
 function OmpEventLogEntry()
 {
     parent::EventLogEntry();
 }