PHP Class Neos\Media\TypeConverter\ImageInterfaceJsonSerializer

Inheritance: extends ImageInterfaceArrayPresenter
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$priority integer
$targetType string

Méthodes publiques

Méthode Description
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.

Method Details

convertFrom() public méthode

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
Résultat string The converted ImageInterface

Property Details

$priority protected_oe property

protected int $priority
Résultat integer

$targetType protected_oe property

protected string $targetType
Résultat string