From 417b59f6d6f21a62f1904d8547d816216e1ecff0 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sun, 2 Aug 2015 13:30:58 +0200 Subject: [PATCH] DbObject: add a hint on getId, check later --- library/Director/Data/Db/DbObject.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/Director/Data/Db/DbObject.php b/library/Director/Data/Db/DbObject.php index 5165e41d..92cdfa39 100644 --- a/library/Director/Data/Db/DbObject.php +++ b/library/Director/Data/Db/DbObject.php @@ -425,6 +425,8 @@ abstract class DbObject /** * Return the unique identifier * + * // TODO: may conflict with ->id + * * @return string */ public function getId()