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