id = $id; $this->name = $name; $this->fields = $fields; } public function setField($field) { $this->fields[] = $field; } }