PHP Class Neos\Neos\Service\Mapping\NodeReferenceConverter

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

Protected Properties

Свойство Type Description
$priority integer The priority for this converter.
$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 ( Neos\ContentRepository\Domain\Model\NodeInterface | array $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : string

Method Details

convertFrom() public méthode

public convertFrom ( Neos\ContentRepository\Domain\Model\NodeInterface | array $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : string
$source Neos\ContentRepository\Domain\Model\NodeInterface | array
$targetType string
$convertedChildProperties array
$configuration Neos\Flow\Property\PropertyMappingConfigurationInterface
Résultat string the target type

Property Details

$priority protected_oe property

The priority for this converter.
protected int $priority
Résultat integer

$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