AfterFileListRowPreparedEvent
FinalYes
An event to modify the rendered row data for a file or folder in the File List.
Table of Contents
Methods
- __construct() : mixed
- getAttributes() : array<string|int, mixed>
- getData() : array<string|int, mixed>
- getFileList() : FileList
- getResource() : ResourceInterface
- setAttributes() : void
- setData() : void
Methods
__construct()
public
__construct(ResourceInterface $resource, array<string|int, mixed> $data, FileList $fileList, array<string|int, mixed> $attributes) : mixed
Parameters
- $resource : ResourceInterface
- $data : array<string|int, mixed>
- $fileList : FileList
- $attributes : array<string|int, mixed>
getAttributes()
public
getAttributes() : array<string|int, mixed>
Return values
array<string|int, mixed>getData()
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed>getFileList()
public
getFileList() : FileList
Return values
FileListgetResource()
public
getResource() : ResourceInterface
Return values
ResourceInterfacesetAttributes()
public
setAttributes(array<string|int, mixed> $attributes) : void
Parameters
- $attributes : array<string|int, mixed>
setData()
public
setData(array<string|int, mixed> $data) : void
Parameters
- $data : array<string|int, mixed>