isPrimaryKey() public abstract static method
Returns a value indicating whether the given set of attributes represents the primary key for this model
public abstract static boolean isPrimaryKey ( $keys ) | ||
---|---|---|
$keys | array |
The set of attributes to check |
return | boolean |
Whether the given set of attributes represents the primary key for this model |
Please login to continue.