Neos\Flow\Property\PropertyMappingConfigurationInterface::getTargetPropertyName PHP Method

getTargetPropertyName() public method

Can be used to rename properties from source to target.
public getTargetPropertyName ( string $sourcePropertyName ) : string
$sourcePropertyName string
return string property name of target
    public function getTargetPropertyName($sourcePropertyName);