mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Explain the methods of the NoteTag entity
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user