getLocaleFieldNames() public method

Get a list of fields for which localized data is supported
public getLocaleFieldNames ( ) : array
return array
Ejemplo n.º 1
0
 /**
  * Get a list of fields for which localized data is supported
  * @return array
  */
 function getLocaleFieldNames()
 {
     return array_merge(parent::getLocaleFieldNames(), array('copyrightNotice'));
 }
Ejemplo n.º 2
0
 /**
  * Get a list of fields for which localized data is supported
  * @return array
  */
 function getLocaleFieldNames()
 {
     return array_merge(parent::getLocaleFieldNames(), array('coverImageAltText', 'coverImage'));
 }
Ejemplo n.º 3
0
 /**
  * Get a list of field names for which data is localized.
  * @return array
  */
 function getLocaleFieldNames()
 {
     return parent::getLocaleFieldNames() + array('coverPageAltText', 'showCoverPage', 'hideCoverPageToc', 'hideCoverPageAbstract', 'originalFileName', 'fileName', 'width', 'height');
 }