AfterFileStorageTreeItemsPreparedEvent
FinalYes
Listeners to this event will be able to modify the prepared file storage tree items for the file / folder tree
Table of Contents
Methods
- __construct() : mixed
 - getItems() : array<string|int, mixed>
 - getRequest() : ServerRequestInterface
 - setItems() : void
 
Methods
__construct()
    public
                    __construct(ServerRequestInterface $request, array<int, array<string, mixed>> $items) : mixed
    Parameters
- $request : ServerRequestInterface
 - $items : array<int, array<string, mixed>>
 
getItems()
    public
                    getItems() : array<string|int, mixed>
    Return values
array<string|int, mixed>getRequest()
    public
                    getRequest() : ServerRequestInterface
    Return values
ServerRequestInterfacesetItems()
    public
                    setItems(array<string|int, mixed> $items) : void
    Parameters
- $items : array<string|int, mixed>