DeleteHistoryWriter
in package
implements
DeleteHistoryWriterInterface
Class DeleteHistoryWriter
Interfaces, Classes and Traits
- DeleteHistoryWriterInterface
- Interface DeleteHistoryWriterInterface
Table of Contents
- $db : CI_DB_query_builder
- __construct() : mixed
- DeleteHistoryWriter constructor.
- insert() : void
- Adds a new delete history record in the storage.
Properties
$db
protected
CI_DB_query_builder
$db
Methods
__construct()
DeleteHistoryWriter constructor.
public
__construct(CI_DB_query_builder $db) : mixed
Parameters
- $db : CI_DB_query_builder
Return values
mixed —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.