DbObject: add a hint on getId, check later

This commit is contained in:
Thomas Gelf 2015-08-02 13:30:58 +02:00
parent 34c550f4bc
commit 417b59f6d6

View File

@ -425,6 +425,8 @@ abstract class DbObject
/** /**
* Return the unique identifier * Return the unique identifier
* *
* // TODO: may conflict with ->id
*
* @return string * @return string
*/ */
public function getId() public function getId()