Contao\FileUpload::hasResized PHP 메소드

hasResized() 공개 메소드

Return true if there was a resized image
public hasResized ( ) : boolean
리턴 boolean
    public function hasResized()
    {
        return $this->blnHasResized;
    }