|
|
@@ -26,6 +26,7 @@ use Stringable;
|
|
|
*
|
|
|
* @property mixed $id Alias for commonly used primary key.
|
|
|
* @template-extends \ArrayAccess<string, mixed>
|
|
|
+ * @method bool hasValue(string $field)
|
|
|
*/
|
|
|
interface EntityInterface extends ArrayAccess, JsonSerializable, Stringable
|
|
|
{
|