TYPO3 CMS  TYPO3_6-2
Tx_Extbase_Property_TypeConverter_PersistentObjectConverter Class Reference
Inheritance diagram for Tx_Extbase_Property_TypeConverter_PersistentObjectConverter:
TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter TYPO3\CMS\Extbase\Property\TypeConverter\ObjectConverter TYPO3\CMS\Extbase\Property\TypeConverter\AbstractTypeConverter TYPO3\CMS\Core\SingletonInterface TYPO3\CMS\Extbase\Property\TypeConverterInterface TYPO3\CMS\Core\SingletonInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter
 canConvertFrom ($source, $targetType)
 
 getSourceChildPropertiesToBeConverted ($source)
 
 getTypeOfChildProperty ($targetType, $propertyName, \TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface $configuration)
 
 convertFrom ($source, $targetType, array $convertedChildProperties=array(), \TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface $configuration=NULL)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Property\TypeConverter\ObjectConverter
 canConvertFrom ($source, $targetType)
 
 getSourceChildPropertiesToBeConverted ($source)
 
 getTypeOfChildProperty ($targetType, $propertyName, \TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface $configuration)
 
 convertFrom ($source, $targetType, array $convertedChildProperties=array(), \TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface $configuration=NULL)
 
 getTargetTypeForSource ($source, $originalTargetType, \TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface $configuration=NULL)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Property\TypeConverter\AbstractTypeConverter
 getSupportedSourceTypes ()
 
 getSupportedTargetType ()
 
 getTargetTypeForSource ($source, $originalTargetType, \TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface $configuration=NULL)
 
 getPriority ()
 
 canConvertFrom ($source, $targetType)
 
 getSourceChildPropertiesToBeConverted ($source)
 
 getTypeOfChildProperty ($targetType, $propertyName, \TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface $configuration)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Property\TypeConverterInterface
 getTargetTypeForSource ($source, $originalTargetType, PropertyMappingConfigurationInterface $configuration=NULL)
 
- Public Attributes inherited from TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter
const CONFIGURATION_MODIFICATION_ALLOWED = 1
 
const CONFIGURATION_CREATION_ALLOWED = 2
 
- Public Attributes inherited from TYPO3\CMS\Extbase\Property\TypeConverter\ObjectConverter
const CONFIGURATION_TARGET_TYPE = 3
 
const CONFIGURATION_OVERRIDE_TARGET_TYPE_ALLOWED = 4
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter
 handleArrayData (array $source, $targetType, array &$convertedChildProperties, \TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface $configuration=NULL)
 
 fetchObjectFromPersistence ($identity, $targetType)
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Property\TypeConverter\ObjectConverter
 buildObject (array &$possibleConstructorArgumentValues, $objectType)
 
 checkInheritanceChainWithoutIsA ($targetType, $originalTargetType)
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter
 $sourceTypes = array('integer', 'string', 'array')
 
 $targetType = 'object'
 
 $priority = 1
 
 $persistenceManager
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Property\TypeConverter\ObjectConverter
 $sourceTypes = array('array')
 
 $targetType = 'object'
 
 $priority = 0
 
 $objectManager
 
 $objectContainer
 
 $reflectionService
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Property\TypeConverter\AbstractTypeConverter
 $sourceTypes = array()
 
 $targetType = ''
 
 $priority
 
 $objectManager
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 2687 of file LegacyClassesForIde.php.