コード例 #1
0
ファイル: Dc11Schema.inc.php プロジェクト: ramonsodoma/ojs
 /**
  * Constructor
  */
 function Dc11Schema()
 {
     // Configure the MODS schema.
     parent::PKPDc11Schema(ASSOC_TYPE_ARTICLE);
 }
コード例 #2
0
ファイル: Dc11Schema.inc.php プロジェクト: mariojp/ojs
 /**
  * Constructor
  */
 function Dc11Schema()
 {
     // Configure the DC schema.
     parent::PKPDc11Schema(array(ASSOC_TYPE_ARTICLE, ASSOC_TYPE_ANY));
 }
コード例 #3
0
 /**
  * Constructor
  */
 function Dc11Schema()
 {
     // Configure the MODS schema.
     parent::PKPDc11Schema(ASSOC_TYPE_PUBLICATION_FORMAT);
 }
コード例 #4
0
ファイル: Dc11Schema.inc.php プロジェクト: NateWr/omp
 /**
  * Constructor
  */
 function __construct()
 {
     // Configure the MODS schema.
     parent::__construct(ASSOC_TYPE_PUBLICATION_FORMAT);
 }
コード例 #5
0
ファイル: Dc11Schema.inc.php プロジェクト: pkp/ojs
 /**
  * Constructor
  */
 function __construct()
 {
     // Configure the DC schema.
     parent::__construct(array(ASSOC_TYPE_ARTICLE, ASSOC_TYPE_ANY));
 }