db\ActiveRecordInterface hasAttribute()

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.

doc_Yii
2016-10-30 16:56:28
Comments
Leave a Comment

Please login to continue.