/** * Get the list of fields for which data can be localized. * @return array */ function getLocaleFieldNames() { return array_merge(parent::getLocaleFieldNames(), array('abbrev', 'policy', 'identifyType')); }
/** * Get a list of additional fields. * @return array */ function getAdditionalFieldNames() { return array_merge(parent::getAdditionalFieldNames(), array('onlineIssn', 'printIssn', 'sortOption')); }
/** * Get the list of fields for which data can be localized. * @return array */ function getLocaleFieldNames() { return array_merge(parent::getLocaleFieldNames(), array('description', 'prefix', 'subtitle')); }