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