PHP Интерфейс Neos\Media\Domain\Model\ThumbnailSupportInterface

Показать файл Открыть проект

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

Метод Описание
addThumbnail ( Thumbnail $thumbnail ) : mixed Adds a thumbnail which was generated by the ThumbnailService.
getThumbnail ( integer $maximumWidth = null, integer $maximumHeight = null, string $ratioMode = ImageInterface::RATIOMODE_INSET, boolean $allowUpScaling = null ) : Thumbnail Returns a thumbnail of this model

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

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

Adds a thumbnail which was generated by the ThumbnailService.
См. также: getThumbnail()
public addThumbnail ( Thumbnail $thumbnail ) : mixed
$thumbnail Thumbnail
Результат mixed

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

If the maximum width / height is not specified or exceeds the original asset's dimensions, the width / height of the original asset is used.
public getThumbnail ( integer $maximumWidth = null, integer $maximumHeight = null, string $ratioMode = ImageInterface::RATIOMODE_INSET, boolean $allowUpScaling = null ) : Thumbnail
$maximumWidth integer The thumbnail's maximum width in pixels
$maximumHeight integer The thumbnail's maximum height in pixels
$ratioMode string Whether the resulting image should be cropped if both edge's sizes are supplied that would hurt the aspect ratio
$allowUpScaling boolean Whether the resulting image should be upscaled
Результат Thumbnail