PHP Класс Neos\Media\Validator\ImageOrientationValidator

Supported validator options are (array)allowedOrientations with one or two out of 'square', 'landcape' or 'portrait'. *Example*:: [at]Flow\Validate("$image", type="\Neos\Media\Validator\ImageOrientationValidator", options={ "allowedOrientations"={"square", "landscape"} }) this would refuse an image that is in portrait orientation, but allow landscape and square ones.
Наследование: extends Neos\Flow\Validation\Validator\AbstractValidator
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$supportedOptions array

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

Метод Описание
isValid ( Neos\Media\Domain\Model\ImageInterface $image ) : void The given $value is valid if it is an \Neos\Media\Domain\Model\ImageInterface of the configured orientation (square, portrait and/or landscape) Note: a value of NULL or empty string ('') is considered valid
validateOptions ( ) : void

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

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

The given $value is valid if it is an \Neos\Media\Domain\Model\ImageInterface of the configured orientation (square, portrait and/or landscape) Note: a value of NULL or empty string ('') is considered valid
protected isValid ( Neos\Media\Domain\Model\ImageInterface $image ) : void
$image Neos\Media\Domain\Model\ImageInterface The image that should be validated
Результат void

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

protected validateOptions ( ) : void
Результат void

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

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

protected array $supportedOptions
Результат array