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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.