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