Neos\Media\Domain\Model\ThumbnailConfiguration::getRatioMode PHP Метод

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

public getRatioMode ( ) : boolean
Результат boolean
    public function getRatioMode()
    {
        return $this->isCroppingAllowed() ? ImageInterface::RATIOMODE_OUTBOUND : ImageInterface::RATIOMODE_INSET;
    }