예제 #1
0
파일: Gift.inc.php 프로젝트: jalperin/ojs
 /**
  * Constructor.
  */
 function Gift()
 {
     parent::PKPGift();
 }
예제 #2
0
파일: Gift.inc.php 프로젝트: pkp/ojs
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
 }