Ejemplo n.º 1
0
 /**
  * Return common data used in form related to congregations.
  *
  * @return array An array with common data.
  */
 protected function getCommonData()
 {
     $data = array('weekdays' => DateService::getWeekdays(), 'hours' => DateService::getHours(), 'minutes' => DateService::getMinutes());
     return $data;
 }