/** * Constructor */ function Mods34Schema() { // Configure the MODS schema. parent::PKPMods34Schema(ASSOC_TYPE_ARTICLE); }
/** * Constructor */ function __construct() { // Configure the MODS schema. parent::__construct(ASSOC_TYPE_ARTICLE); }
/** * Constructor */ function Mods34Schema() { // Configure the MODS schema. parent::PKPMods34Schema(ASSOC_TYPE_MONOGRAPH); }
/** * Constructor */ function __construct() { // Configure the MODS schema. parent::__construct(ASSOC_TYPE_MONOGRAPH); }