コード例 #1
0
ファイル: SeriesDAO.inc.php プロジェクト: NateWr/omp
 /**
  * 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'));
 }