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

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

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

Свойство Тип Описание
$defaultNewAssetType string If creating a new asset from this converter this defines the default type as fallback.
$priority integer
$processingInstructionsConverter ProcessingInstructionsConverter
$propertyMapper Neos\Flow\Property\PropertyMapper
$targetType string

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

Метод Описание
getSourceChildPropertiesToBeConverted ( mixed $source ) : array All properties in the source array except __identity are sub-properties.

Защищенные методы

Метод Описание
applyTypeSpecificHandling ( Neos\Media\Domain\Model\ImageInterface $asset, mixed $source, array $convertedChildProperties, Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration ) : Neos\Media\Domain\Model\ImageInterface | null Converts and adds ImageAdjustments to the ImageVariant

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

applyTypeSpecificHandling() защищенный Метод

Converts and adds ImageAdjustments to the ImageVariant
protected applyTypeSpecificHandling ( Neos\Media\Domain\Model\ImageInterface $asset, mixed $source, array $convertedChildProperties, Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration ) : Neos\Media\Domain\Model\ImageInterface | null
$asset Neos\Media\Domain\Model\ImageInterface
$source mixed
$convertedChildProperties array
$configuration Neos\Flow\Property\PropertyMappingConfigurationInterface
Результат Neos\Media\Domain\Model\ImageInterface | null

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

All properties in the source array except __identity are sub-properties.
public getSourceChildPropertiesToBeConverted ( mixed $source ) : array
$source mixed
Результат array

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

$defaultNewAssetType защищенное статическое свойство

If creating a new asset from this converter this defines the default type as fallback.
protected static string $defaultNewAssetType
Результат string

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

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

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

protected ProcessingInstructionsConverter,Neos\Media\TypeConverter $processingInstructionsConverter
Результат ProcessingInstructionsConverter

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

protected PropertyMapper,Neos\Flow\Property $propertyMapper
Результат Neos\Flow\Property\PropertyMapper

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

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