DeleteHistoryRepositoryInterface

Extends

Interface DeleteHistoryRepositoryInterface

package

Default

Methods

Reports deleted entities in given scope and date range.

findDeleted(\DateRange $range, \DeleteHistoryScope $scope) : \DeleteHistoryReport

Arguments

$range

\DateRange

Date range for search.

$scope

\DeleteHistoryScope

Delete history scope for search.

Response

\DeleteHistoryReport

Delete history report items.

Reports an entity deletion.

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

Arguments

$id

\DeletedId

Id of deleted entity.

$scope

\DeleteHistoryScope

Entities scope.