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 getUsers() { return $this->users; } public function getUsersCount() { return $this->users->count(); } public function getJobOrders() { return $this->job_orders; } }