time_open = new DateTime(); $this->time_close = new DateTime(); $this->job_orders = new ArrayCollection(); } public function getJobOrders() { return $this->job_orders; } public function setHub(Hub $hub) { $this->hub = $hub; return $this; } public function getHub() { return $this->hub; } public function clearHub() { $this->hub = null; return $this; } }