DeleteHistoryWriteServiceInterface
in
Interface DeleteHistoryWriteServiceInterface
Table of Contents
- reportDeletion() : void
- Reports the deletion of an entity with the given id in the given scope.
Methods
reportDeletion()
Reports the deletion of an entity with the given id in the given scope.
public
reportDeletion(DeletedId $id, DeleteHistoryScope $scope) : void
Parameters
- $id : DeletedId
-
Value of deleted id.
- $scope : DeleteHistoryScope
-
Scope of deleted entity.