00001 <?php 00002 00016 import('lib.pkp.classes.controlledVocab.ControlledVocabEntry'); 00017 00018 class MonographAgency extends ControlledVocabEntry { 00019 // 00020 // Get/set methods 00021 // 00022 00027 function getAgency() { 00028 return $this->getData('monographAgency'); 00029 } 00030 00036 function setAgency($agency, $locale) { 00037 $this->setData('monographAgency', $agency, $locale); 00038 } 00039 00040 function getLocaleMetadataFieldNames() { 00041 return array('monographAgency'); 00042 } 00043 } 00044 ?>
1.7.1