Newscoop\Service\IAuditService::changed PHP Method

changed() public method

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