Selaa lähdekoodia

[Form] Added comment

Bernhard Schussek 14 vuotta sitten
vanhempi
commit
a1c3d21d0e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/Symfony/Component/Form/Form.php

+ 1 - 0
src/Symfony/Component/Form/Form.php

@@ -189,6 +189,7 @@ class Form extends Field implements \IteratorAggregate, FormInterface
 
         $data = $this->getClientData();
 
+        // Merge form data from fields into existing client data
         $this->dataMapper->mapFormToData($this, $data);
 
         $event->setData($data);