id = $id; $this->name = $name; $this->email = $email; $this->group = $group; $this->reviewGroups = $reviewGroups; $this->commentGroups = $commentGroups; $this->favorite = $favorite; $this->deniedPermissions = $deniedPermissions; $this->descriptions = $descriptions; $this->templates = $templates; $this->userInfoGroups = $userInfoGroups; } }