[Form] Added comment

This commit is contained in:
Bernhard Schussek 2011-03-19 19:56:18 +01:00
parent e9cb19721a
commit a1c3d21d0e

View File

@ -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);