Nextras\Orm\Repository\IRepository::removeAndFlush PHP 메소드

removeAndFlush() 공개 메소드

public removeAndFlush ( Nextras\Orm\Entity\IEntity | mixed $entity, boolean $withCascade = true ) : Nextras\Orm\Entity\IEntity
$entity Nextras\Orm\Entity\IEntity | mixed
$withCascade boolean
리턴 Nextras\Orm\Entity\IEntity
    public function removeAndFlush($entity, $withCascade = true);