PHP 클래스 Neos\Media\TypeConverter\ImageInterfaceJsonSerializer

상속: extends ImageInterfaceArrayPresenter
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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