Neos\Flow\Property\TypeConverter\AbstractTypeConverter::getTypeOfChildProperty PHP 메소드

getTypeOfChildProperty() 공개 메소드

This method is never called, as getSourceChildPropertiesToBeConverted() returns an empty array.
public getTypeOfChildProperty ( string $targetType, string $propertyName, Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration ) : string
$targetType string
$propertyName string
$configuration Neos\Flow\Property\PropertyMappingConfigurationInterface
리턴 string
    public function getTypeOfChildProperty($targetType, $propertyName, PropertyMappingConfigurationInterface $configuration)
    {
    }