primaryKey() public static method
Returns the primary key name(s) for this AR class.
The default implementation will return ['_id'].
Note that an array should be returned even for a collection with single primary key.
public static string[] primaryKey ( ) | ||
---|---|---|
return | string[] |
The primary keys of the associated Mongo collection. |
Please login to continue.