SqlEntityStorage
in package
implements
EntityStorageInterface
Table of Contents
Interfaces
Properties
- $entityName : string
Methods
- __construct() : mixed
- deleteRecords() : array<string|int, mixed>
- writeRecords() : array<string|int, mixed>
Properties
$entityName
protected
string
$entityName
Methods
__construct()
public
__construct(string $entityName) : mixed
Parameters
- $entityName : string
deleteRecords()
public
deleteRecords(array<string|int, mixed> $records) : array<string|int, mixed>
Parameters
- $records : array<string|int, mixed>
Return values
array<string|int, mixed>writeRecords()
public
writeRecords(array<string|int, mixed> $records) : array<string|int, mixed>
Parameters
- $records : array<string|int, mixed>