AfterFileCreatedEvent
FinalYes
This event is fired before a file was created within a Resource Storage / Driver.
The folder represents the "target folder".
Example: This allows to modify a file or check for an appropriate signature after a file was created in TYPO3.
Table of Contents
Methods
- __construct() : mixed
- getFileName() : string
- getFolder() : Folder
Methods
__construct()
public
__construct(string $fileName, Folder $folder) : mixed
Parameters
- $fileName : string
- $folder : Folder
getFileName()
public
getFileName() : string
Return values
stringgetFolder()
public
getFolder() : Folder