Newscoop\Entity\Repository\Comment\CommenterRepository::flush PHP Méthode

flush() public méthode

public flush ( )
    public function flush()
    {
        $this->getEntityManager()->flush();
    }
CommenterRepository