Beispiel #1
0
 /**
  * Gets a assoc array containing the default values of the data fields.
  *
  * @return array
  */
 protected function getDefaultFields()
 {
     $fields = parent::getDefaultFields();
     unset($fields['unread']);
     unset($fields['total']);
     unset($fields['outdated']);
     return $fields;
 }
Beispiel #2
0
 /**
  * Gets a assoc array containing the default values of the data fields.
  *
  * @return array
  */
 protected function getDefaultFields()
 {
     $fields = parent::getDefaultFields();
     unset($fields['queued']);
     return $fields;
 }