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

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

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

Свойство Тип Описание
$sourceTypes array The source types this converter can convert.
$targetType string The target type this converter can convert to.

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

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

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

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

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

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

$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