Пример #1
0
 /**
  * Get a list of fields for which localized data is supported
  * @return array
  */
 function getLocaleFieldNames()
 {
     return array_merge(parent::getLocaleFieldNames(), array('title', 'cleanTitle', 'abstract', 'prefix', 'subtitle', 'discipline', 'subjectClass', 'subject', 'coverageGeo', 'coverageChron', 'coverageSample', 'type', 'sponsor', 'source', 'rights', 'copyrightHolder'));
 }
Пример #2
0
 /**
  * Get the list of fields for which data can be localized.
  * @return array
  */
 function getLocaleFieldNames()
 {
     return array_merge(parent::getLocaleFieldNames(), array('title', 'description'));
 }
Пример #3
0
 /**
  * Get field names for which data is localized.
  * @return array
  */
 function getLocaleFieldNames()
 {
     return parent::getLocaleFieldNames() + array('biography', 'competingInterests', 'affiliation');
 }
 function getLocaleFieldNames()
 {
     return parent::getLocaleFieldNames() + array('name');
 }
Пример #5
0
 function getLocaleFieldNames()
 {
     return parent::getLocaleFieldNames() + array('biography', 'signature', 'gossip', 'affiliation');
 }
 /**
  * Get the list of fields for which data can be localized.
  * @return array
  */
 function getLocaleFieldNames()
 {
     return parent::getLocaleFieldNames() + array('question', 'possibleResponses');
 }
 /**
  * Get the list of fields for which data is localized.
  * @return array
  */
 function getLocaleFieldNames()
 {
     $localeFieldNames = parent::getLocaleFieldNames();
     $localeFieldNames[] = 'name';
     return $localeFieldNames;
 }
Пример #8
0
 /**
  * Get a list of field names for which data is localized.
  * @return array
  */
 function getLocaleFieldNames()
 {
     return array_merge(parent::getLocaleFieldNames(), array('title', 'cleanTitle', 'abstract', 'coverPageAltText', 'showCoverPage', 'hideCoverPageToc', 'hideCoverPageAbstract', 'originalFileName', 'fileName', 'width', 'height', 'discipline', 'subjectClass', 'subject', 'coverageGeo', 'coverageChron', 'coverageSample', 'type', 'sponsor', 'copyrightHolder'));
 }
Пример #9
0
 /**
  * Get field names for which data is localized.
  * @return array
  */
 function getLocaleFieldNames()
 {
     return array_merge(parent::getLocaleFieldNames(), array('name', 'abbrev'));
 }
Пример #10
0
 /**
  * Get the list of fields for which data can be localized.
  * @return array
  */
 function getLocaleFieldNames()
 {
     return parent::getLocaleFieldNames() + array('title', 'description');
 }
 /**
  * Get the list of fields for which data can be localized.
  * @return array
  */
 function getLocaleFieldNames()
 {
     return array_merge(parent::getLocaleFieldNames(), array('question', 'possibleResponses'));
 }
 /**
  * Get the list of fields for which data is localized.
  * @return array
  */
 function getLocaleFieldNames()
 {
     return parent::getLocaleFieldNames();
 }
Пример #13
0
 /**
  * @see DAO::getLocaleFieldNames()
  */
 function getLocaleFieldNames()
 {
     assert(is_array($this->localeFieldNames));
     return parent::getLocaleFieldNames() + $this->localeFieldNames;
 }