DataMapperInterface
interface DataMapperInterface
Methods
mapDataToForms(mixed $data, FormInterface[] $forms) Maps properties of some data to a list of forms. | ||
mapFormsToData(FormInterface[] $forms, mixed $data) Maps the data of a list of forms into the properties of some data. |
Details
mapDataToForms(mixed $data, FormInterface[] $forms)
Maps properties of some data to a list of forms.
Parameters
mixed | $data | Structured data. |
FormInterface[] | $forms | A list of {@link FormInterface} instances. |
Exceptions
UnexpectedTypeException | if the type of the data parameter is not supported. |
mapFormsToData(FormInterface[] $forms, mixed $data)
Maps the data of a list of forms into the properties of some data.
Parameters
FormInterface[] | $forms | A list of {@link FormInterface} instances. |
mixed | $data | Structured data. |
Exceptions
UnexpectedTypeException | if the type of the data parameter is not supported. |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Component/Form/DataMapperInterface.html