mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-23 23:47:09 +01:00
added missing @since annotations
This commit is contained in:
@@ -142,7 +142,8 @@ class DynamicModel extends Model
|
||||
/**
|
||||
* Returns a value indicating whether the model has an attribute with the specified name.
|
||||
* @param string $name the name of the attribute
|
||||
* @return bool whether the model has an attribute with the specified name
|
||||
* @return bool whether the model has an attribute with the specified name.
|
||||
* @since 2.0.16
|
||||
*/
|
||||
public function hasAttribute($name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user