Method | Description | |
---|---|---|
changed ( Newscoop\Entity\Entity $entity ) | Audit the change of a entity. | |
created ( Newscoop\Entity\Entity $entity ) | Audit the creation of a new entity. | |
removed ( Newscoop\Entity\Entity $entity ) | Audit the remove of a entity. |
public changed ( Newscoop\Entity\Entity $entity ) | ||
$entity | Newscoop\Entity\Entity | The entity to be audited, not null. |
public created ( Newscoop\Entity\Entity $entity ) | ||
$entity | Newscoop\Entity\Entity | The entity to be audited, not null. |
public removed ( Newscoop\Entity\Entity $entity ) | ||
$entity | Newscoop\Entity\Entity | The entity to be audited, not null. |