AbstractRecord
AbstractYes
Combined record class
Table of Contents
Properties
- $record : array<string|int, mixed>
Methods
- __construct() : mixed
- __toString() : string
- getTitle() : string
- getUid() : int
- fetch() : 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(mixed $tableName, mixed $uid) : mixed
Parameters
- $tableName : mixed
- $uid : mixed
getBackendUser()
protected
static getBackendUser() : BackendUserAuthentication
Return values
BackendUserAuthenticationgetLanguageService()
protected
static getLanguageService() : LanguageService
Return values
LanguageServicegetStagesService()
protected
getStagesService() : StagesService