]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Entity/Entry.php
Merge pull request #2683 from wallabag/credentials-in-db
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / Entry.php
index 365030c7b8b79bcb85e3de039866d5fb57606fad..a0503c3918170dfbb9fc8bb29a0e8a4f22f72f4c 100644 (file)
@@ -686,6 +686,11 @@ class Entry
 
     /**
      * Used in the entries filter so it's more explicit for the end user than the uid.
+     * Also used in the API.
+     *
+     * @VirtualProperty
+     * @SerializedName("is_public")
+     * @Groups({"entries_for_user"})
      *
      * @return bool
      */