statistic = $statistic; $this->begin = $begin; $this->end = $end; } public function getStatistic(): ProjectStatistic { return $this->statistic; } public function getBegin(): ?\DateTime { return $this->begin; } public function getEnd(): ?\DateTime { return $this->end; } }