phpDocumentor

DeleteHistoryReader
in package
implements DeleteHistoryReaderInterface

Class DeleteHistoryReader

Interfaces, Classes and Traits

DeleteHistoryReaderInterface
Interface DeleteHistoryReaderInterface

Table of Contents

$db  : CI_DB_query_builder
__construct()  : mixed
DeleteHistoryReader constructor.
fetch()  : array<string|int, mixed>
Fetches delete history data from the storage.

Properties

Methods

__construct()

DeleteHistoryReader constructor.

public __construct(CI_DB_query_builder $db) : mixed
Parameters
$db : CI_DB_query_builder
Return values
mixed

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.

Search results