AbstractRecord
AbstractYes
Combined record class
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
stringgetTitle()
public
getTitle() : string
Return values
stringgetUid()
public
getUid() : int
Return values
intfetch()
protected
static fetch(string $tableName, int $uid) : array<string|int, mixed>
Parameters
- $tableName : string
- $uid : int
Return values
array<string|int, mixed>getBackendUser()
protected
static getBackendUser() : BackendUserAuthentication
Return values
BackendUserAuthenticationgetLanguageService()
protected
static getLanguageService() : LanguageService
Return values
LanguageServicegetStagesService()
protected
getStagesService() : StagesService