Пример #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
 /**
  * Get the list of fields for which data can be localized.
  * @return array
  */
 function getLocaleFieldNames()
 {
     return array_merge(parent::getLocaleFieldNames(), array('abbrev', 'policy', 'identifyType'));
 }