Newscoop\Service\IAuditService::changed PHP Метод

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

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