$value) { $this->{$field} = $value; } } /** * @param $name * @return mixed */ public function __get($name) { return $this->{$name}; } }