role = $role; $this->inviteeEmail = $inviteeEmail; } /** * @return int */ public function getRole(): int { return $this->role; } /** * @return string */ public function getInviteeEmail(): string { return $this->inviteeEmail; } }