PHP 클래스 Neos\Flow\Property\PropertyMappingConfigurationBuilder

사용 중단: Will be removed in next major Flow version.
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

공개 메소드들

메소드 설명
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