Breaking: #65165 - AdditionalMethodsInFolderInterface
See forge#65165
Description
The interface Folder
has received two additional methods. Classes that implement
Folder
have to implement those methods as well. The new methods are:
get
- Returns the modification time of the folder as Unix timestamp.Modification Time () get
- Returns the creation time of the folder as Unix timestamp.Creation Time ()
Impact
Classes implementing the Folder
no longer fulfill the requirements of the interface.
Affected Installations
Installations that use custom implementations of the Folder
.
Migration
Implement the two new methods in custom implementations of the Folder
.