Neos\Neos\TypoScript\ImageUriImplementation::getAllowUpScaling PHP 메소드

getAllowUpScaling() 공개 메소드

AllowUpScaling
public getAllowUpScaling ( ) : boolean
리턴 boolean
    public function getAllowUpScaling()
    {
        return $this->tsValue('allowUpScaling');
    }