Home
last modified time | relevance | path

Searched refs:fixedSchedules (Results 1 – 1 of 1) sorted by relevance

/plugin/schedule/
H A Dschedules.class.php47 var $fixedSchedules = array (); // set of non repeated events indexed by date variable in schedules
731 $this->fixedSchedules = array ();
739 $this->fixedSchedules [$schedule->from][] = $schedule;
787 if (isset ($this->fixedSchedules [$ds_index]))
788 $focusSchedules [$ds_index] = array_values ($this->fixedSchedules [$ds_index]);