FOS\UserBundle\Entity\GroupManager::updateGroup PHP Method

updateGroup() public method

{@inheritDoc}
public updateGroup ( FOS\UserBundle\Model\GroupInterface $group )
$group FOS\UserBundle\Model\GroupInterface
    public function updateGroup(GroupInterface $group)
    {
        $this->em->persist($group);
        $this->em->flush();
    }