fields = $fields; } public function __get($key) { return array_get($this->fields,$key); } }