/**
  * Constructor.
  */
 function TemporaryFile()
 {
     parent::PKPFile();
 }
Example #2
0
 /**
  * Constructor.
  */
 function SubmissionFile()
 {
     parent::PKPFile();
 }
Example #3
0
 /**
  * Constructor.
  */
 function IssueFile()
 {
     parent::PKPFile();
 }
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
 }