Property | Type | Description | |
---|---|---|---|
$resourceLoadSavePath | the resource-load-save-path, or NULL if it does not exist. |
Method | Description | |
---|---|---|
__construct ( $resourceLoadSavePath ) | ||
getConfigurationFor ( string $propertyName ) : Neos\Flow\Property\PropertyMappingConfigurationInterface | The sub-configuration to be used is the current one. | |
getConfigurationValue ( string $typeConverterClassName, string $key ) : mixed | ||
getTargetPropertyName ( string $sourcePropertyName ) : string | Maps the given $sourcePropertyName to a target property name. | |
getTypeConverter ( ) : Neos\Flow\Property\TypeConverterInterface | This method can be used to explicitely force a TypeConverter to be used for this Configuration. | |
shouldMap ( string $propertyName ) : boolean | ||
shouldSkip ( string $propertyName ) : boolean | Check if the given $propertyName should be skipped during mapping. | |
shouldSkipUnknownProperties ( ) : boolean | Whether unknown (unconfigured) properties should be skipped during mapping, instead if causing an error. |
public getConfigurationFor ( string $propertyName ) : Neos\Flow\Property\PropertyMappingConfigurationInterface | ||
$propertyName | string | |
return | Neos\Flow\Property\PropertyMappingConfigurationInterface | the property mapping configuration for the given $propertyName. |
public getTargetPropertyName ( string $sourcePropertyName ) : string | ||
$sourcePropertyName | string | |
return | string | property name of target |
public getTypeConverter ( ) : Neos\Flow\Property\TypeConverterInterface | ||
return | Neos\Flow\Property\TypeConverterInterface | The type converter to be used for this particular PropertyMappingConfiguration, or NULL if the system-wide configured type converter should be used. |
public shouldSkip ( string $propertyName ) : boolean | ||
$propertyName | string | |
return | boolean |
public shouldSkipUnknownProperties ( ) : boolean | ||
return | boolean |