Neos\Flow\Property\PropertyMappingConfigurationInterface::getTargetPropertyName PHP 메소드

getTargetPropertyName() 공개 메소드

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