DeleteHistoryReaderInterface
in
Interface DeleteHistoryReaderInterface
Table of Contents
- fetch() : array<string|int, mixed>
- Fetches delete history data from the storage.
Methods
fetch()
Fetches delete history data from the storage.
public
fetch(NonEmptyStringType $scope, DateTime $begin, DateTime $end) : array<string|int, mixed>
Parameters
- $scope : NonEmptyStringType
-
Delete history scope key.
- $begin : DateTime
-
Minimum date of entry.
- $end : DateTime
-
Maximum date of entry.
Return values
array<string|int, mixed> —Delete history report data.