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

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

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