time_open = new DateTime(); $this->time_close = new DateTime(); $this->riders = new ArrayCollection(); $this->outlets = new ArrayCollection(); } public function getRiders() { return $this->riders; } public function getOutlets() { return $this->outlets; } }