nameEvent = $nameEvent; $this->date = $date; $this->organisator = $organisator; $this->participants = $participants; } public function getNameEvent() : string { return $this->nameEvent; } public function getDateEvent() : string { return $this->date; } public function getParticipants() : array { return $this->participants; } }