commit
b9d573467a
|
@ -650,6 +650,8 @@ public function __isset($key)
|
||||||
{
|
{
|
||||||
if (array_key_exists($key, $this->$source)) return true;
|
if (array_key_exists($key, $this->$source)) return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (method_exists($this, $key)) return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue