DeleteHistoryDataAdapter

Implements \DeleteHistoryDataAdapterInterface

Class DeleteHistoryDataAdapter

package

Default

Methods

DeleteHistoryDataAdapter constructor.

__construct(\DeleteHistoryReaderInterface $reader, \DeleteHistoryWriterInterface $writer) 

Arguments

$reader

\DeleteHistoryReaderInterface

Reader instance.

$writer

\DeleteHistoryWriterInterface

Writer instance.

Returns a reader that can fetch data from the delete history storage.

reader() : \DeleteHistoryReaderInterface

Returns a writer that can add new data to the delete history storage.

writer() : \DeleteHistoryWriterInterface

Properties

reader

reader : \DeleteHistoryReaderInterface

writer

writer : \DeleteHistoryWriterInterface