Newscoop\Entity\Repository\Comment\CommenterRepository::flush PHP Метод

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

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