PHP Класс Neos\Media\TypeConverter\ImageInterfaceJsonSerializer

Наследование: extends ImageInterfaceArrayPresenter
Показать файл Открыть проект

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

Свойство Тип Описание
$priority integer
$targetType string

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

Метод Описание
convertFrom ( Neos\Media\Domain\Model\ImageInterface $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : string Convert an object from \Neos\Media\Domain\Model\ImageInterface to a json representation.

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

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

Convert an object from \Neos\Media\Domain\Model\ImageInterface to a json representation.
public convertFrom ( Neos\Media\Domain\Model\ImageInterface $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : string
$source Neos\Media\Domain\Model\ImageInterface
$targetType string must be 'string'
$convertedChildProperties array
$configuration Neos\Flow\Property\PropertyMappingConfigurationInterface
Результат string The converted ImageInterface

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

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

protected int $priority
Результат integer

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

protected string $targetType
Результат string