Example #1
0
 /**
  * Constructor
  */
 function Dc11Schema()
 {
     // Configure the MODS schema.
     parent::PKPDc11Schema(ASSOC_TYPE_ARTICLE);
 }
Example #2
0
 /**
  * Constructor
  */
 function Dc11Schema()
 {
     // Configure the DC schema.
     parent::PKPDc11Schema(array(ASSOC_TYPE_ARTICLE, ASSOC_TYPE_ANY));
 }
 /**
  * Constructor
  */
 function Dc11Schema()
 {
     // Configure the MODS schema.
     parent::PKPDc11Schema(ASSOC_TYPE_PUBLICATION_FORMAT);
 }
Example #4
0
 /**
  * Constructor
  */
 function __construct()
 {
     // Configure the MODS schema.
     parent::__construct(ASSOC_TYPE_PUBLICATION_FORMAT);
 }
Example #5
0
 /**
  * Constructor
  */
 function __construct()
 {
     // Configure the DC schema.
     parent::__construct(array(ASSOC_TYPE_ARTICLE, ASSOC_TYPE_ANY));
 }