PHP Class Neos\Flow\Property\PropertyMappingConfigurationBuilder

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

Méthodes publiques

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

Method Details

build() public méthode

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
Résultat PropertyMappingConfiguration