TYPO3 CMS  TYPO3_6-2
Tx_Extbase_MVC_Controller_MvcPropertyMappingConfiguration Class Reference
Inheritance diagram for Tx_Extbase_MVC_Controller_MvcPropertyMappingConfiguration:
TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration TYPO3\CMS\Extbase\Property\PropertyMappingConfiguration TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\MvcPropertyMappingConfiguration
 allowCreationForSubProperty ($propertyPath)
 
 allowModificationForSubProperty ($propertyPath)
 
 setTargetTypeForSubProperty ($propertyPath, $targetType)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Property\PropertyMappingConfiguration
 shouldMap ($propertyName)
 
 shouldSkip ($propertyName)
 
 allowAllProperties ()
 
 allowProperties ()
 
 skipProperties ()
 
 allowAllPropertiesExcept ()
 
 skipUnknownProperties ()
 
 shouldSkipUnknownProperties ()
 
 getConfigurationFor ($propertyName)
 
 getTargetPropertyName ($sourcePropertyName)
 
 getConfigurationValue ($typeConverterClassName, $key)
 
 setMapping ($sourcePropertyName, $targetPropertyName)
 
 setTypeConverterOptions ($typeConverter, array $options)
 
 setTypeConverterOption ($typeConverter, $optionKey, $optionValue)
 
 forProperty ($propertyPath)
 
 traverseProperties (array $splittedPropertyPath)
 
 getTypeConverter ()
 
 setTypeConverter (\TYPO3\CMS\Extbase\Property\TypeConverterInterface $typeConverter)
 
- Public Attributes inherited from TYPO3\CMS\Extbase\Property\PropertyMappingConfiguration
const PROPERTY_PATH_PLACEHOLDER = '*'
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Property\PropertyMappingConfiguration
 getTypeConvertersWithParentClasses ($typeConverter)
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Property\PropertyMappingConfiguration
 $configuration
 
 $subConfigurationForProperty = array()
 
 $mapping = array()
 
 $typeConverter = NULL
 
 $propertiesToBeMapped = array()
 
 $propertiesToSkip = array()
 
 $propertiesNotToBeMapped = array()
 
 $skipUnknownProperties = FALSE
 
 $mapUnknownProperties = FALSE
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 1777 of file LegacyClassesForIde.php.