summaryrefslogtreecommitdiffstats
path: root/db/entity.php
diff options
context:
space:
mode:
Diffstat (limited to 'db/entity.php')
-rw-r--r--db/entity.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/db/entity.php b/db/entity.php
index ae781e1e5..194895fee 100644
--- a/db/entity.php
+++ b/db/entity.php
@@ -13,7 +13,10 @@
namespace OCA\News\Db;
-
+/**
+ * @method integer getId()
+ * @method void setId(integer $value)
+ */
abstract class Entity {
public $id;