db\BaseActiveRecord __isset()

__isset() public method

Checks if a property value is null.

This method overrides the parent implementation by checking if the named attribute is null or not.

public boolean __isset ( $name )
$name string

The property name or the event name

return boolean

Whether the property value is null

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

Please login to continue.