示例#1
0
 /**
  * Check wether key exists
  *
  * @param $key
  * @return bool
  */
 public function __isset($key)
 {
     return $this->model->__isset($this->model->{$key});
 }