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;
    }