Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Neos
Flow
Property
PropertyMappingConfigurationBuilder
PHP Class Neos\Flow\Property\PropertyMappingConfigurationBuilder
Deprecation:
Will be removed in next major Flow version.
Exibir arquivo
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