40 protected $targetType =
'TYPO3\\CMS\\Extbase\\Persistence\\ObjectStorage';
59 $objectStorage = new \TYPO3\CMS\Extbase\Persistence\ObjectStorage();
60 foreach ($convertedChildProperties as $subProperty) {
61 $objectStorage->attach($subProperty);
63 return $objectStorage;
74 if (is_array($source)) {
91 return $parsedTargetType[
'elementType'];
convertFrom($source, $targetType, array $convertedChildProperties=array(), \TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface $configuration=NULL)
getSourceChildPropertiesToBeConverted($source)
getTypeOfChildProperty($targetType, $propertyName, \TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface $configuration)