PHP Класс Neos\Neos\Service\Mapping\NodeReferenceConverter

Наследование: extends Neos\Flow\Property\TypeConverter\AbstractTypeConverter
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

Открытые методы

Метод Описание
convertFrom ( Neos\ContentRepository\Domain\Model\NodeInterface | array $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : string

Описание методов

convertFrom() публичный Метод

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
Результат string the target type

Описание свойств

$priority защищенное свойство

The priority for this converter.
protected int $priority
Результат integer

$sourceTypes защищенное свойство

The source types this converter can convert.
protected array $sourceTypes
Результат array

$targetType защищенное свойство

The target type this converter can convert to.
protected string $targetType
Результат string