Ejemplo n.º 1
0
 public function addField(Field $fields)
 {
     $this->fields[$fields->getName()] = $fields;
     return $this;
 }