subject = $subject; $this->startDate = $startDate; $this->endDate = $endDate; } public function getSubject(): Subject { return $this->subject; } public function getStartDate(): SMWDITime { return $this->startDate; } public function getEndDate(): ?SMWDITime { return $this->endDate; } }