Newscoop\Entity\Repository\Comment\CommenterRepository::flush PHP 메소드

flush() 공개 메소드

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