Exemplo n.º 1
0
 /**
  * Get the value of a key
  *
  * @param $key
  * @return mixed|null
  */
 public function __get($key)
 {
     return $this->model->__get($key);
 }