class PropertyPathMapper implements DataMapperInterface
A data mapper using property paths to read/write data.
Methods
|
__construct(PropertyAccessorInterface $propertyAccessor = null)
Creates a new property path mapper. |
||
|
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 36
public
__construct(PropertyAccessorInterface $propertyAccessor = null)
Creates a new property path mapper.
at line 44
public
mapDataToForms(mixed $data, FormInterface[] $forms)
Maps properties of some data to a list of forms.
at line 67
public
mapFormsToData(FormInterface[] $forms, mixed $data)
Maps the data of a list of forms into the properties of some data.