AbstractRecord

AbstractYes

Combined record class

Internal

Table of Contents

Properties

$record  : array<string|int, mixed>

Methods

__construct()  : mixed
__toString()  : string
getTitle()  : string
getUid()  : int
fetch()  : array<string|int, mixed>
getBackendUser()  : BackendUserAuthentication
getLanguageService()  : LanguageService
getStagesService()  : StagesService

Properties

$record

protected array<string|int, mixed> $record

Methods

__construct()

public __construct(array<string|int, mixed> $record) : mixed
Parameters
$record : array<string|int, mixed>

__toString()

public __toString() : string
Return values
string

getTitle()

public getTitle() : string
Return values
string

getUid()

public getUid() : int
Return values
int

fetch()

protected static fetch(string $tableName, int $uid) : array<string|int, mixed>
Parameters
$tableName : string
$uid : int
Return values
array<string|int, mixed>

        
On this page

Search results