DeleteHistoryReadServiceInterface
in
Interface DeleteHistoryReadServiceInterface
Table of Contents
- findDeleted() : DeleteHistoryReport
- Reports about removed entities in given scope and date range.
Methods
findDeleted()
Reports about removed entities in given scope and date range.
public
findDeleted(DateRange $range, DeleteHistoryScope $scope) : DeleteHistoryReport
Parameters
- $range : DateRange
-
Date range for search.
- $scope : DeleteHistoryScope
-
Domain scope for search.
Return values
DeleteHistoryReport —Report about removed entities.