Exemplo n.º 1
0
 /**
  * Constructor
  */
 function Mods34Schema()
 {
     // Configure the MODS schema.
     parent::PKPMods34Schema(ASSOC_TYPE_ARTICLE);
 }
Exemplo n.º 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);
 }
Exemplo n.º 4
0
 /**
  * Constructor
  */
 function __construct()
 {
     // Configure the MODS schema.
     parent::__construct(ASSOC_TYPE_MONOGRAPH);
 }