GDS\Entity::__isset PHP Method

__isset() public method

Is a data value set?
public __isset ( $str_key ) : boolean
$str_key
return boolean
    public function __isset($str_key)
    {
        return isset($this->arr_data[$str_key]);
    }