diff --git a/lib/Db/NoteTag.php b/lib/Db/NoteTag.php index c68d5de..d7edd6a 100644 --- a/lib/Db/NoteTag.php +++ b/lib/Db/NoteTag.php @@ -5,6 +5,14 @@ use JsonSerializable; use OCP\AppFramework\Db\Entity; +/** + * @method string getUserId() + * @method void setUserId(string $userId) + * @method int getNoteId() + * @method void setNoteId(int $noteId) + * @method int getTagId() + * @method void setTagId(int $tagId) + */ class NoteTag extends Entity implements JsonSerializable { protected $noteId;