public function setStartDate($value) { $this->startDate = is_null($value) ? null : new \DateTime($value); }