AfterRecordListRowPreparedEvent
FinalYes
An event to modify the record data for a table in the RecordList.
Table of Contents
Methods
- __construct() : mixed
- getData() : array<string|int, mixed>
- getLockInfo() : bool|array<string|int, mixed>
- getRecord() : RecordInterface
- getRecordList() : DatabaseRecordList
- getRecTitle() : string|null
- getTable() : string
- getTagAttributes() : array<string|int, mixed>
- setData() : void
- setTagAttributes() : void
Methods
__construct()
public
__construct(string $table, RecordInterface $record, array<string|int, mixed> $data, DatabaseRecordList $recordList, string|null $recTitle, array<string|int, mixed>|bool $lockInfo, array<string|int, mixed> $tagAttributes) : mixed
Parameters
- $table : string
- $record : RecordInterface
- $data : array<string|int, mixed>
- $recordList : DatabaseRecordList
- $recTitle : string|null
- $lockInfo : array<string|int, mixed>|bool
- $tagAttributes : array<string|int, mixed>
getData()
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed>getLockInfo()
public
getLockInfo() : bool|array<string|int, mixed>
Return values
bool|array<string|int, mixed>getRecord()
public
getRecord() : RecordInterface
Return values
RecordInterfacegetRecordList()
public
getRecordList() : DatabaseRecordList
Return values
DatabaseRecordListgetRecTitle()
public
getRecTitle() : string|null
Return values
string|nullgetTable()
public
getTable() : string
Return values
stringgetTagAttributes()
public
getTagAttributes() : array<string|int, mixed>
Return values
array<string|int, mixed>setData()
public
setData(array<string|int, mixed> $data) : void
Parameters
- $data : array<string|int, mixed>
setTagAttributes()
public
setTagAttributes(array<string|int, mixed> $tagAttributes) : void
Parameters
- $tagAttributes : array<string|int, mixed>