eventId = (int) $id; $this->context = $context; } /** * * @return mixed a user or group object */ public function getContext() { return $this->context; } }