Exemplo n.º 1
0
 /**
  * Method to get the field options.
  *
  * @return  array  The field option objects.
  */
 public function getOptions()
 {
     return array_merge(parent::getOptions(), SibdietHelper::getDefaultsDaysOptions());
 }