__isset() public method
Checks if a property value is null.
This method overrides the parent implementation by checking if the named component is loaded.
public boolean __isset ( $name ) | ||
---|---|---|
$name | string |
The property name or the event name |
return | boolean |
Whether the property value is null |
Please login to continue.