PHP Class Neos\Flow\Property\PropertyMappingConfigurationBuilder

Deprecation: Will be removed in next major Flow version.
Show file Open project: neos/flow-development-collection Class Usage Examples

Public Methods

Method Description
build ( string $type = PropertyMappingConfiguration::class ) : PropertyMappingConfiguration Builds the default property mapping configuration.

Method Details

build() public method

Builds the default property mapping configuration.
See also: PropertyMapper::buildPropertyMappingConfiguration
Deprecation: fully replace by PropertyMapper::buildPropertyMappingConfiguration and removed in next major Flow version
public build ( string $type = PropertyMappingConfiguration::class ) : PropertyMappingConfiguration
$type string the implementation class name of the PropertyMappingConfiguration to instantiate; must be a subclass of PropertyMappingConfiguration
return PropertyMappingConfiguration