RecordService implements SingletonInterface

Internal

Table of Contents

Interfaces

SingletonInterface
"empty" interface for singletons (marker interface pattern)

Properties

$records  : array<string|int, DatabaseRecord>

Methods

add()  : void
getCreateUserIds()  : array<string|int, mixed>
getIdsPerTable()  : array<string|int, mixed>

Properties

Methods

add()

public add(string $tableName, int $id) : void
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>
Return values
array<string|int, mixed>

        
On this page

Search results