save() public method

public save ( string $outputFile ) : string
$outputFile string
return string
Ejemplo n.º 1
0
 /**
  * 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);
 }