Neos\Flow\Tests\Unit\Property\TypeConverter\PersistentObjectConverterTest::buildConfiguration PHP 메소드

buildConfiguration() 보호된 메소드

protected buildConfiguration ( array $typeConverterOptions ) : PropertyMappingConfiguration
$typeConverterOptions array
리턴 Neos\Flow\Property\PropertyMappingConfiguration
    protected function buildConfiguration($typeConverterOptions)
    {
        $configuration = new PropertyMappingConfiguration();
        $configuration->setTypeConverterOptions(PersistentObjectConverter::class, $typeConverterOptions);
        return $configuration;
    }