Neos\Media\Domain\Model\ThumbnailConfiguration::getRatioMode PHP 메소드

getRatioMode() 공개 메소드

public getRatioMode ( ) : boolean
리턴 boolean
    public function getRatioMode()
    {
        return $this->isCroppingAllowed() ? ImageInterface::RATIOMODE_OUTBOUND : ImageInterface::RATIOMODE_INSET;
    }