Beispiel #1
0
 /**
  * Constructor
  */
 function __construct()
 {
     // Configure the MODS schema.
     parent::__construct(ASSOC_TYPE_ARTICLE);
 }
Beispiel #2
0
 /**
  * Constructor
  */
 function __construct()
 {
     // Configure the MODS schema.
     parent::__construct(ASSOC_TYPE_MONOGRAPH);
 }