id = $id; $this->title = $title; $this->description = $description; $this->startDate = $startDate; $this->endDate = $endDate; $this->isAllDay = $isAllDay; } }