DeleteHistoryWriteService

Implements \DeleteHistoryWriteServiceInterface

Class DeleteHistoryWriteService

package

Default

Methods

DeleteHistoryWriteService constructor.

__construct(\DeleteHistoryRepositoryInterface $repository) 

Arguments

Reports the deletion of an entity with the given id in the given scope.

reportDeletion(\DeletedId $id, \DeleteHistoryScope $scope) : void

Arguments

$id

\DeletedId

Value of deleted id.

$scope

\DeleteHistoryScope

Scope of deleted entity.

Properties

repository

repository : \DeleteHistoryRepositoryInterface