AuthBucket\Bundle\OAuth2Bundle\Entity\AbstractEntityRepository::updateModel PHP Метод

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

public updateModel ( AuthBucket\OAuth2\Model\ModelInterface $model )
$model AuthBucket\OAuth2\Model\ModelInterface
    public function updateModel(ModelInterface $model)
    {
        $this->getEntityManager()->flush();
        return $model;
    }