Exemplo n.º 1
0
 /**
  * Constructor
  */
 function __construct()
 {
     // Configure the MODS schema.
     parent::__construct(ASSOC_TYPE_PUBLICATION_FORMAT);
 }
Exemplo n.º 2
0
 /**
  * Constructor
  */
 function __construct()
 {
     // Configure the DC schema.
     parent::__construct(array(ASSOC_TYPE_ARTICLE, ASSOC_TYPE_ANY));
 }