summaryrefslogtreecommitdiffstats
path: root/lib/Interfaces/Object/NoteInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Interfaces/Object/NoteInterface.php')
-rw-r--r--lib/Interfaces/Object/NoteInterface.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Interfaces/Object/NoteInterface.php b/lib/Interfaces/Object/NoteInterface.php
index 18ac2122..8875bd46 100644
--- a/lib/Interfaces/Object/NoteInterface.php
+++ b/lib/Interfaces/Object/NoteInterface.php
@@ -94,6 +94,17 @@ class NoteInterface implements IActivityPubInterface {
/**
+ * @param ACore $item
+ *
+ * @return ACore
+ * @throws ItemNotFoundException
+ */
+ public function getItem(ACore $item): ACore {
+ throw new ItemNotFoundException();
+ }
+
+
+ /**
* @param string $id
*
* @return ACore