save() public method

public save ( string $outputFile ) : string
$outputFile string
return string
コード例 #1
0
ファイル: _ide_helper.php プロジェクト: jambik/sellmecar
 /**
  * Save the image to the given outputFile
  *
  * @param $outputFile
  * @return string the URL to the saved image
  * @static 
  */
 public static function save($outputFile)
 {
     return \Spatie\Glide\GlideImage::save($outputFile);
 }