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);