Contao\FrontendUser::save PHP Метод

save() публичный Метод

Restore the original group membership
public save ( )
    public function save()
    {
        $groups = $this->groups;
        $this->arrData['groups'] = $this->arrGroups;
        parent::save();
        $this->groups = $groups;
    }