@@ -650,6 +650,8 @@ abstract class Model {
|
|||||||
{
|
{
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user