"event_ids", ); public $eventIds; public $kind; public function setEventIds($eventIds) { $this->eventIds = $eventIds; } public function getEventIds() { return $this->eventIds; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }