PHP Класс Neos\Flow\Property\PropertyMappingConfigurationBuilder

Устаревший: Will be removed in next major Flow version.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
build ( string $type = PropertyMappingConfiguration::class ) : PropertyMappingConfiguration Builds the default property mapping configuration.

Описание методов

build() публичный Метод

Builds the default property mapping configuration.
См. также: PropertyMapper::buildPropertyMappingConfiguration
Устаревший: 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
Результат PropertyMappingConfiguration