hasAttribute() public abstract method
Returns a value indicating whether the record has an attribute with the specified name.
public abstract boolean hasAttribute ( $name ) | ||
---|---|---|
$name | string |
The name of the attribute |
return | boolean |
Whether the record has an attribute with the specified name. |
Please login to continue.