AfterDefaultUploadFolderWasResolvedEvent
FinalYes
Event that is fired after the default upload folder for a user was checked
Table of Contents
Methods
- __construct() : mixed
- getFieldName() : string|null
- getPid() : int|null
- getTable() : string|null
- getUploadFolder() : FolderInterface|null
- setUploadFolder() : void
Methods
__construct()
    public
                    __construct(FolderInterface|null $uploadFolder, int|null $pid, string|null $table, string|null $fieldName) : mixed
    Parameters
- $uploadFolder : FolderInterface|null
- $pid : int|null
- $table : string|null
- $fieldName : string|null
getFieldName()
    public
                    getFieldName() : string|null
    Return values
string|nullgetPid()
    public
                    getPid() : int|null
    Return values
int|nullgetTable()
    public
                    getTable() : string|null
    Return values
string|nullgetUploadFolder()
    public
                    getUploadFolder() : FolderInterface|null
    Return values
FolderInterface|nullsetUploadFolder()
    public
                    setUploadFolder(FolderInterface $uploadFolder) : void
    Parameters
- $uploadFolder : FolderInterface