/** * * @return $this * */ public function set_start_date($value) { if ($value) { $this->_start_date = Date::parse($value); } else { $this->_start_date = null; } return $this; }