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