예제 #1
0
 /**
  * Get the list of fields for which data can be localized.
  * @return array
  */
 function getLocaleFieldNames()
 {
     return array_merge(parent::getLocaleFieldNames(), array('description', 'prefix', 'subtitle'));
 }
예제 #2
0
파일: SectionDAO.inc.php 프로젝트: pkp/ojs
 /**
  * Get the list of fields for which data can be localized.
  * @return array
  */
 function getLocaleFieldNames()
 {
     return array_merge(parent::getLocaleFieldNames(), array('abbrev', 'policy', 'identifyType'));
 }