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
at line line 27
mapDataToForms(mixed $data, FormInterface[] $forms)
Maps properties of some data to a list of forms.
at line line 37
mapFormsToData(FormInterface[] $forms, mixed $data)
Maps the data of a list of forms into the properties of some data.