Example #1
0
 /**
  * Constructor.
  */
 function Gift()
 {
     parent::PKPGift();
 }
Example #2
0
File: Gift.inc.php Project: pkp/ojs
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
 }