Inheritance: extends PKPOAIDAO
 /**
  * Constructor.
  */
 function OpenAIREDAO()
 {
     parent::OAIDAO();
 }
Exemple #2
0
 /**
  * Constructor.
  */
 function DRIVERDAO()
 {
     parent::OAIDAO();
 }
Exemple #3
0
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
 }