PHP Class Neos\Flow\Property\TypeConverter\TypedArrayConverter

This is a meta converter that will take an array and try to transform all elements in that array to the element type of the target array using an available type converter.
Inheritance: extends AbstractTypeConverter
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$priority integer
$sourceTypes array
$targetType string

Méthodes publiques

Méthode Description
canConvertFrom ( mixed $source, string $targetType ) : boolean
convertFrom ( array $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : array
getSourceChildPropertiesToBeConverted ( mixed $source ) : array Returns the source, if it is an array, otherwise an empty array.
getTypeOfChildProperty ( string $targetType, string $propertyName, Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration ) : string Return the type of a given sub-property inside the $targetType

Method Details

canConvertFrom() public méthode

public canConvertFrom ( mixed $source, string $targetType ) : boolean
$source mixed
$targetType string
Résultat boolean

convertFrom() public méthode

public convertFrom ( array $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : array
$source array An array of objects/simple types
$targetType string
$convertedChildProperties array
$configuration Neos\Flow\Property\PropertyMappingConfigurationInterface
Résultat array

getSourceChildPropertiesToBeConverted() public méthode

Returns the source, if it is an array, otherwise an empty array.
public getSourceChildPropertiesToBeConverted ( mixed $source ) : array
$source mixed
Résultat array

getTypeOfChildProperty() public méthode

Return the type of a given sub-property inside the $targetType
public getTypeOfChildProperty ( string $targetType, string $propertyName, Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration ) : string
$targetType string
$propertyName string
$configuration Neos\Flow\Property\PropertyMappingConfigurationInterface
Résultat string

Property Details

$priority protected_oe property

protected int $priority
Résultat integer

$sourceTypes protected_oe property

protected array $sourceTypes
Résultat array

$targetType protected_oe property

protected string $targetType
Résultat string