PHP Класс Neos\Media\Domain\Model\Adjustment\AbstractImageAdjustment

Наследование: extends AbstractAdjustment, implements Neos\Media\Domain\Model\Adjustment\ImageAdjustmentInterface
Показать файл Открыть проект

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

Свойство Тип Описание
$imageVariant Neos\Media\Domain\Model\ImageVariant
$position integer Order in which the adjustment is applied to the ImageVariant

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

Метод Описание
getPosition ( ) : integer
setImageVariant ( ImageVariant $imageVariant ) : void Sets the image variant this adjustment belongs to
setPosition ( integer $position )

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

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

public getPosition ( ) : integer
Результат integer

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

Sets the image variant this adjustment belongs to
public setImageVariant ( ImageVariant $imageVariant ) : void
$imageVariant Neos\Media\Domain\Model\ImageVariant
Результат void

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

public setPosition ( integer $position )
$position integer

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

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

protected ImageVariant,Neos\Media\Domain\Model $imageVariant
Результат Neos\Media\Domain\Model\ImageVariant

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

Order in which the adjustment is applied to the ImageVariant
protected int $position
Результат integer