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