Exemplo n.º 1
0
 /**
  * Get the list of non-localized additional fields to store.
  * @return array
  */
 function getAdditionalFieldNames()
 {
     return parent::getAdditionalFieldNames() + array('interest');
 }
 /**
  * Get the list of non-localized additional fields to store.
  * @return array
  */
 function getAdditionalFieldNames()
 {
     return array_merge(parent::getAdditionalFieldNames(), array('interest'));
 }