summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/public/appframework/db/entity.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/public/appframework/db/entity.php b/lib/public/appframework/db/entity.php
index 6042cb98288..631bf85061e 100644
--- a/lib/public/appframework/db/entity.php
+++ b/lib/public/appframework/db/entity.php
@@ -24,6 +24,10 @@
namespace OCP\AppFramework\Db;
+/**
+ * @method integer getId()
+ * @method void setId(integer $id)
+ */
abstract class Entity {
public $id;