summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/Trash/ITrashItem.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/lib/Trash/ITrashItem.php')
-rw-r--r--apps/files_trashbin/lib/Trash/ITrashItem.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_trashbin/lib/Trash/ITrashItem.php b/apps/files_trashbin/lib/Trash/ITrashItem.php
index 74348cf1817..bd241c89a34 100644
--- a/apps/files_trashbin/lib/Trash/ITrashItem.php
+++ b/apps/files_trashbin/lib/Trash/ITrashItem.php
@@ -75,4 +75,6 @@ interface ITrashItem extends FileInfo {
* @since 15.0.0
*/
public function getUser(): IUser;
+
+ public function getTitle(): string;
}