Neos\Media\Domain\Model\DimensionsTrait::isOrientationLandscape PHP Метод

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

Whether this image is in landscape orientation
public isOrientationLandscape ( ) : boolean
Результат boolean
    public function isOrientationLandscape()
    {
        return $this->getOrientation() === ImageInterface::ORIENTATION_LANDSCAPE;
    }