Contao\FileUpload::hasResized PHP Метод

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

Return true if there was a resized image
public hasResized ( ) : boolean
Результат boolean
    public function hasResized()
    {
        return $this->blnHasResized;
    }