예제 #1
0
 /**
  * Constructor
  */
 function __construct()
 {
     // Configure the MODS schema.
     parent::__construct(ASSOC_TYPE_PUBLICATION_FORMAT);
 }
예제 #2
0
파일: Dc11Schema.inc.php 프로젝트: pkp/ojs
 /**
  * Constructor
  */
 function __construct()
 {
     // Configure the DC schema.
     parent::__construct(array(ASSOC_TYPE_ARTICLE, ASSOC_TYPE_ANY));
 }