PropertyMappingConfigurationBuilder
This builder creates the default configuration for Property Mapping, if no configuration has been passed to the Property Mapper.
only to be used within Extbase, not part of TYPO3 Core API.
Table of Contents
Methods
- build() : PropertyMappingConfiguration
- Builds the default property mapping configuration.
Methods
build()
Builds the default property mapping configuration.
public
build([PropertyMappingConfiguration> $type = PropertyMappingConfiguration::class ]) : PropertyMappingConfiguration
Parameters
- $type : PropertyMappingConfiguration> = PropertyMappingConfiguration::class
-
the implementation class to instantiate