Newscoop\Service\IAuditService::removed PHP 메소드

removed() 공개 메소드

The audit should be called before the removal of the entity.
public removed ( Newscoop\Entity\Entity $entity )
$entity Newscoop\Entity\Entity The entity to be audited, not null.
    function removed(Entity $entity);