isPrimaryKey() public static method
Returns a value indicating whether the given set of attributes represents the primary key for this model
public 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.