Neos\Flow\Tests\Unit\Property\PropertyMappingConfigurationTest::buildChildConfigurationForSingleProperty PHP Метод

buildChildConfigurationForSingleProperty() защищенный Метод

protected buildChildConfigurationForSingleProperty ( ) : PropertyMappingConfiguration
Результат Neos\Flow\Property\PropertyMappingConfiguration
    protected function buildChildConfigurationForSingleProperty()
    {
        $childConfiguration = $this->propertyMappingConfiguration->forProperty('key1.key2');
        $childConfiguration->setTypeConverterOption('someConverter', 'foo', 'specialChildConverter');
        return $childConfiguration;
    }