Searched refs:datedSchedules (Results 1 – 2 of 2) sorted by relevance
48 var $datedSchedules = array (); // set of repeated or not events indexed by date variable in schedules416 foreach ($this->datedSchedules [$event->from] as $other)432 foreach ($this->datedSchedules [$event->from] as $other)732 $this->datedSchedules = array ();735 $this->datedSchedules [$schedule->from][] = $schedule;
406 ' <td class="value">'.count ($schedules->datedSchedules).'</td>'.NL.