AfterFolderDeletedEvent

Read onlyYes
FinalYes

This event is fired after a folder was deleted. Custom listeners can then further clean up permissions or third-party processed files with this event.

Table of Contents

Methods

__construct()  : mixed
getFolder()  : Folder
isDeleted()  : bool

Methods

__construct()

public __construct(Folder $folder, bool $wasDeleted) : mixed
Parameters
$folder : Folder
$wasDeleted : bool

isDeleted()

public isDeleted() : bool
Return values
bool

        
On this page

Search results