Neos\Neos\TypoScript\ImageUriImplementation::getAllowUpScaling PHP Method

getAllowUpScaling() public method

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