PHP Class Neos\Neos\Service\Mapping\NodeTypeStringConverter

Inheritance: extends Neos\Flow\Property\TypeConverter\AbstractTypeConverter
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$sourceTypes array The source types this converter can convert.
$targetType string The target type this converter can convert to.

Méthodes publiques

Méthode Description
convertFrom ( mixed $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : string

Method Details

convertFrom() public méthode

public convertFrom ( mixed $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : string
$source mixed
$targetType string
$convertedChildProperties array
$configuration Neos\Flow\Property\PropertyMappingConfigurationInterface
Résultat string

Property Details

$sourceTypes protected_oe property

The source types this converter can convert.
protected array $sourceTypes
Résultat array

$targetType protected_oe property

The target type this converter can convert to.
protected string $targetType
Résultat string