erp = $erp; } /** * @param int $contactId * @param int $groupId * * @return void */ public function add(int $contactId, int $groupId): void { $this->erp->AddRolleZuAdresse($contactId, 'Mitglied', 'von', 'Gruppe', $groupId); } }