IsFileSelectableEvent
FinalYes
Listeners to this event are able to define whether a file can be selected in the file browser
Table of Contents
Methods
- __construct() : mixed
- allowFileSelection() : void
- denyFileSelection() : void
- getFile() : FileInterface
- isFileSelectable() : bool
Methods
__construct()
public
__construct(FileInterface $file) : mixed
Parameters
- $file : FileInterface
allowFileSelection()
public
allowFileSelection() : void
denyFileSelection()
public
denyFileSelection() : void
getFile()
public
getFile() : FileInterface
Return values
FileInterfaceisFileSelectable()
public
isFileSelectable() : bool