Home
last modified time | relevance | path

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

/plugin/schedule/
H A Dschedules.class.php50 var $allProposals = array (); // set of all proposals variable in schedules
293 foreach ($this->allProposals as $id => $schedule) {
367 $this->allProposals [$schedule->id] = $schedule;
453 if (isset ($this->allProposals [$id])) {
454 $this->defaultSchedule = $this->allProposals [$id];
569 $this->allProposals [] = $schedule;
715 if (isset ($this->allProposals [$id])) {
717 unset ($this->allProposals [$id]);
1058 $this->printScheduleListContent ($this->allProposals, true);