Method |
Description |
|
convertFrom ( mixed $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : ArrayCollection |
Actually convert from $source to $targetType, taking into account the fully
built $convertedChildProperties and $configuration. |
|
getSourceChildPropertiesToBeConverted ( mixed $source ) : array |
Returns the source, if it is an array, otherwise an empty array. |
|
getTypeOfChildProperty ( string $targetType, string $propertyName, Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration ) : string |
Return the type of a given sub-property inside the $targetType |
|