DeleteHistoryWriterInterface
in
Interface DeleteHistoryWriterInterface
Table of Contents
- insert() : void
- Adds a new delete history record in the storage.
Methods
insert()
Adds a new delete history record in the storage.
public
insert(NonEmptyStringType $scope, NonEmptyStringType $deletedId) : void
Parameters
- $scope : NonEmptyStringType
-
Delete history scope key.
- $deletedId : NonEmptyStringType
-
Deleted id.