RecordService implements SingletonInterface
Service for records
Table of Contents
Interfaces
- SingletonInterface
- "empty" interface for singletons (marker interface pattern)
Properties
- $records : array<string|int, DatabaseRecord>
Methods
- add() : mixed
- getCreateUserIds() : array<string|int, mixed>
- getIdsPerTable() : array<string|int, mixed>
Properties
$records
protected
array<string|int, DatabaseRecord>
$records
= []
Methods
add()
public
add(string $tableName, int $id) : mixed
Parameters
- $tableName : string
- $id : int
getCreateUserIds()
public
getCreateUserIds() : array<string|int, mixed>
Return values
array<string|int, mixed>getIdsPerTable()
public
getIdsPerTable() : array<string|int, mixed>