Browse Source

add alias for

thinkingmedia 10 years ago
parent
commit
36c92d6361
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Datasource/EntityInterface.php

+ 2 - 0
src/Datasource/EntityInterface.php

@@ -20,6 +20,8 @@ use JsonSerializable;
 /**
  * Describes the methods that any class representing a data storage should
  * comply with.
+ *
+ * @property mixed $id Alias for commonly used primary key.
  */
 interface EntityInterface extends ArrayAccess, JsonSerializable
 {